1# $OpenBSD: Makefile,v 1.1.1.1 2015/01/29 23:24:24 schwarze Exp $ 2 3REGRESS_TARGETS = man nested 4LINT_TARGETS = man nested 5 6# trivial difference to groff-1.22.3: 7# .TS in a table causes a blank table line in GNU tbl(1), but not in mandoc. 8 9SKIP_GROFF = nested 10 11.include <bsd.regress.mk> 12