aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/tbl/Makefile.inc
blob: 3d862dd4ed968ee2d569671fecfec2caadfb7ebc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile.inc,v 1.2 2015/02/03 19:37:25 schwarze Exp $

TBL = /usr/local/bin/tbl

SKIP_TMAN ?= ALL


# OpenBSD only: maintainer targets

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

.include "../Makefile.inc"