aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/grodvi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/grodvi/Makefile')
-rw-r--r--gnu/usr.bin/groff/grodvi/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/grodvi/Makefile b/gnu/usr.bin/groff/grodvi/Makefile
new file mode 100644
index 000000000000..afa1b9cef5c1
--- /dev/null
+++ b/gnu/usr.bin/groff/grodvi/Makefile
@@ -0,0 +1,11 @@
+# Makefile for grodvi
+
+PROG= grodvi
+SRCS= dvi.cc
+CFLAGS+= -I$(.CURDIR)/../include
+LDADD+= $(LIBDRIVER) $(LIBGROFF) -lm
+DPADD+= $(LIBDRIVER) $(LIBGROFF) $(LIBMATH)
+
+.include <bsd.prog.mk>
+.include "../../../usr.bin/Makefile.inc"
+.include "../Makefile.cfg"