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