summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/tbl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/tbl/Makefile')
-rw-r--r--gnu/usr.bin/groff/tbl/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tbl/Makefile b/gnu/usr.bin/groff/tbl/Makefile
new file mode 100644
index 0000000..0e76df4
--- /dev/null
+++ b/gnu/usr.bin/groff/tbl/Makefile
@@ -0,0 +1,14 @@
+# Makefile for tbl
+
+PROG= tbl
+SRCS= main.cc table.cc
+CFLAGS+= -I${.CURDIR}/../include
+LDADD+= ${LIBGROFF} -lm
+DPADD+= ${LIBGROFF} ${LIBMATH}
+
+MANDEPEND= tbl.1
+CLEANFILES+= ${MANDEPEND}
+
+.include "../../../usr.bin/Makefile.inc"
+.include "../Makefile.cfg"
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud