1# $OpenBSD: Makefile,v 1.3 2015/01/30 21:28:21 schwarze Exp $ 2 3REGRESS_TARGETS = break vspace 4LINT_TARGETS = break 5 6# groff-1.22.3 defect: 7# - Starting a table in next-line scope confuses font handling, 8# and in the case of .TP indentation as well. 9 10SKIP_GROFF = break 11 12TBL=/usr/local/bin/tbl 13 14.for t in ${REGRESS_TARGETS} 15${t}.out_ascii: ${t}.in 16 ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET} 17.endfor 18 19.include <bsd.regress.mk> 20