1*7dd0ff50Sschwarze# $OpenBSD: Makefile,v 1.2 2019/04/21 22:43:00 schwarze Exp $
2b7f92c5fSschwarze
3*7dd0ff50SschwarzeREGRESS_TARGETS	= basic badargs break into nesting outof
4b7f92c5fSschwarzeLINT_TARGETS	= badargs into nesting outof
5b7f92c5fSschwarze
6b7f92c5fSschwarze# mandoc defects:
7b7f92c5fSschwarze#  - if a while loop extends into a scope, mandoc may close it there
8b7f92c5fSschwarze#  - mandoc does not support nested .while loops
9b7f92c5fSschwarze#  - mandoc does not support .while loops extending out of the current scope
10b7f92c5fSschwarze
11b7f92c5fSschwarzeSKIP_GROFF	= into nesting outof
12b7f92c5fSschwarze
13b7f92c5fSschwarze.include <bsd.regress.mk>
14