1 # $OpenBSD: Makefile,v 1.6 2021/08/10 12:36:42 schwarze Exp $
3 REGRESS_TARGETS = badfont expand expand-toowide font font-eol
4 REGRESS_TARGETS += misalign spacing width
5 LINT_TARGETS = badfont font font-eol
7 # groff-1.22.4 defects:
8 # - The "f" font modifier swallows a following newline character.
9 # - When space is insufficient (on either side) for properly aligning
10 # a number, GNU tbl(1) moves the number too much to the right,
11 # overflowing the column, even if space would be sufficient without
14 SKIP_GROFF = font-eol misalign
16 .include <bsd.regress.mk>