1# $OpenBSD: Makefile,v 1.11 2015/09/04 21:24:26 schwarze Exp $ 2 3REGRESS_TARGETS = badarg broken double eof fill literal longhead 4REGRESS_TARGETS += macrotag manyargs sameline width 5 6LINT_TARGETS = broken double eof 7 8# groff-1.22.3 defects: 9# - If .TP precedes .RE, the latter does not properly reset indentation. 10# - If the last line of the file is .TP, groff does not print a page footer. 11 12SKIP_GROFF = broken eof 13 14.include <bsd.regress.mk> 15