1 # $OpenBSD: Makefile,v 1.2 2015/02/10 11:02:19 schwarze Exp $
3 REGRESS_TARGETS = badfont expand expand-toowide font misalign width
4 LINT_TARGETS = badfont font
6 # groff-1.22.3 defects:
7 # - The "f" font modifier swallows a following newline character.
8 # - When space is insufficient (on either side) for properly aligning
9 # a number, GNU tbl(1) moves the number too much to the right,
10 # overflowing the column, even if space would be sufficient without
13 SKIP_GROFF = badfont misalign
15 .include <bsd.regress.mk>