1# $OpenBSD: Makefile,v 1.3 2022/04/30 18:46:16 schwarze Exp $ 2 3REGRESS_TARGETS = column man nested req 4LINT_TARGETS = man nested req 5 6# mandoc defect: 7# mandoc(1) ignores .br inside tbl(7) code. 8 9# trivial differences to groff-1.23.0: 10# .TS in a table causes a blank table line in GNU tbl(1), but not in mandoc. 11# .TS in a column list causes a blank line in mandoc, but not in GNU tbl(1). 12 13SKIP_GROFF = column nested req 14 15.include <bsd.regress.mk> 16