1 # $OpenBSD: Makefile,v 1.3 2015/01/30 21:28:21 schwarze Exp $
3 REGRESS_TARGETS = break vspace
7 # - Starting a table in next-line scope confuses font handling,
8 # and in the case of .TP indentation as well.
13 # OpenBSD only: maintainer targets
15 TBL=/usr/local/bin/tbl
17 .for t in ${REGRESS_TARGETS}
18 ${t}.out_ascii: ${t}.in
19 ${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}
22 .include <bsd.regress.mk>