aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fo/Makefile
blob: 7770e9a19210916f34162febb71e6cc76b1df5e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.17 2020/02/27 01:25:58 schwarze Exp $

REGRESS_TARGETS	 = basic break eos font noarg nohead
REGRESS_TARGETS += obsolete punct section transp warn
LINT_TARGETS	 = noarg nohead obsolete punct warn

# groff-1.22.3 defects:
# - .Fo without an argument prints unbalanced parentheses
# - .nr nS is ignored

SKIP_GROFF	 = nohead section

SKIP_TMAN = eos

.include <bsd.regress.mk>