1# $OpenBSD: Makefile,v 1.5 2017/06/27 19:51:28 schwarze Exp $ 2 3REGRESS_TARGETS = badfont expand expand-toowide font misalign spacing width 4LINT_TARGETS = badfont font 5 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 11# left padding. 12 13SKIP_GROFF = badfont misalign 14 15.include <bsd.regress.mk> 16