1219019Sgabor# $OpenBSD: Makefile,v 1.2 2019/04/21 22:43:00 schwarze Exp $
2219019Sgabor
3219019SgaborREGRESS_TARGETS	= basic badargs break into nesting outof
4219019SgaborLINT_TARGETS	= badargs into nesting outof
5219019Sgabor
6219019Sgabor# mandoc defects:
7219019Sgabor#  - if a while loop extends into a scope, mandoc may close it there
8219019Sgabor#  - mandoc does not support nested .while loops
9219019Sgabor#  - mandoc does not support .while loops extending out of the current scope
10219019Sgabor
11219019SgaborSKIP_GROFF	= into nesting outof
12219019Sgabor
13219019Sgabor.include <bsd.regress.mk>
14219019Sgabor