summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/pfbtops/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/pfbtops/Makefile')
-rw-r--r--gnu/usr.bin/groff/pfbtops/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/pfbtops/Makefile b/gnu/usr.bin/groff/pfbtops/Makefile
new file mode 100644
index 0000000..16ab64a
--- /dev/null
+++ b/gnu/usr.bin/groff/pfbtops/Makefile
@@ -0,0 +1,13 @@
+# Makefile for pfbtops
+
+PROG= pfbtops
+SRCS= pfbtops.c
+LDADD+= ${LIBGROFF}
+DPADD+= ${LIBGROFF}
+
+MANDEPEND= pfbtops.1
+CLEANFILES+= ${MANDEPEND}
+
+.include "../../../usr.bin/Makefile.inc"
+.include "../Makefile.cfg"
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud