aboutsummaryrefslogtreecommitdiff
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/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/pfbtops/Makefile b/gnu/usr.bin/groff/pfbtops/Makefile
new file mode 100644
index 000000000000..9e5029101c85
--- /dev/null
+++ b/gnu/usr.bin/groff/pfbtops/Makefile
@@ -0,0 +1,10 @@
+# Makefile for pfbtops
+
+PROG= pfbtops
+SRCS= pfbtops.c
+LDADD+= $(LIBGROFF)
+DPADD+= $(LIBGROFF)
+
+.include "../../../usr.bin/Makefile.inc"
+.include "../Makefile.cfg"
+.include <bsd.prog.mk>