summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/lkbib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/lkbib/Makefile')
-rw-r--r--gnu/usr.bin/groff/lkbib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/lkbib/Makefile b/gnu/usr.bin/groff/lkbib/Makefile
new file mode 100644
index 0000000000000..5650a35e52545
--- /dev/null
+++ b/gnu/usr.bin/groff/lkbib/Makefile
@@ -0,0 +1,12 @@
+# Makefile for lkbib
+
+PROG= lkbib
+SRCS= lkbib.cc
+CFLAGS+= -I$(.CURDIR)/../include
+CXXFLAGS+= -I$(.CURDIR)/../include
+LDADD+= $(LIBBIB) $(LIBGROFF) -lm
+DPADD+= $(LIBBIB) $(LIBGROFF) $(LIBMATH)
+
+.include "../../../usr.bin/Makefile.inc"
+.include "../Makefile.cfg"
+.include <bsd.prog.mk>