summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/tbl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/mandoc/tbl/Makefile')
-rw-r--r--regress/usr.bin/mandoc/tbl/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/regress/usr.bin/mandoc/tbl/Makefile b/regress/usr.bin/mandoc/tbl/Makefile
new file mode 100644
index 00000000000..8e0a5eb7678
--- /dev/null
+++ b/regress/usr.bin/mandoc/tbl/Makefile
@@ -0,0 +1,13 @@
+# $OpenBSD: Makefile,v 1.1 2012/05/27 02:01:38 schwarze Exp $
+
+REGRESS_TARGETS=center numbers span
+SKIP_TMAN ?= ALL
+
+TBL=/usr/local/bin/tbl
+
+.for t in ${REGRESS_TARGETS}
+${t}.out_ascii: ${t}.in
+ ${TBL} ${.ALLSRC} | ${NROFF} > ${.TARGET}
+.endfor
+
+.include <bsd.regress.mk>