aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/devices/grohtml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/src/devices/grohtml/Makefile')
-rw-r--r--gnu/usr.bin/groff/src/devices/grohtml/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/src/devices/grohtml/Makefile b/gnu/usr.bin/groff/src/devices/grohtml/Makefile
new file mode 100644
index 000000000000..6b67f9811266
--- /dev/null
+++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+PROG= post-grohtml
+SRCS= post-html.cc html-text.cc output.cc
+DPADD= ${LIBDRIVER} ${LIBGROFF} ${LIBM}
+LDADD= ${LIBDRIVER} ${LIBGROFF} -lm
+NOMAN= YES
+
+.include <bsd.prog.mk>