summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/tbl/Makefile.inc
blob: e3a9bb9280f02431e04de027cc9b41a0f8727c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile.inc,v 1.2 2015/02/03 19:37:25 schwarze Exp $

TBL = /usr/local/bin/tbl

SKIP_TMAN ?= ALL

.for t in ${REGRESS_TARGETS}
${t}.out_ascii: ${t}.in
	${TBL} ${.ALLSRC} | ${NROFF} ${NOPTS} -Tascii > ${.TARGET}
.endfor

.include "../Makefile.inc"