1# $OpenBSD: Makefile,v 1.6 2021/08/10 12:36:42 schwarze Exp $
2
3REGRESS_TARGETS	 = badfont expand expand-toowide font font-eol
4REGRESS_TARGETS	+= misalign spacing width
5LINT_TARGETS	 = badfont font font-eol
6
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
12#   left padding.
13
14SKIP_GROFF	 = font-eol misalign
15
16.include <bsd.regress.mk>
17