Makefile revision 1.17
1# $OpenBSD: Makefile,v 1.17 2020/02/27 01:25:58 schwarze Exp $
2
3REGRESS_TARGETS	 = basic break eos font noarg nohead
4REGRESS_TARGETS += obsolete punct section transp warn
5LINT_TARGETS	 = noarg nohead obsolete punct warn
6
7# groff-1.22.3 defects:
8# - .Fo without an argument prints unbalanced parentheses
9# - .nr nS is ignored
10
11SKIP_GROFF	 = nohead section
12
13SKIP_TMAN = eos
14
15.include <bsd.regress.mk>
16