summaryrefslogtreecommitdiff
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, 0 insertions, 9 deletions
diff --git a/gnu/usr.bin/groff/src/preproc/html/Makefile b/gnu/usr.bin/groff/src/preproc/html/Makefile
deleted file mode 100644
index 0cf0783556b5..000000000000
--- a/gnu/usr.bin/groff/src/preproc/html/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-PROG= pre-grohtml
-SRCS= pre-html.cc pushbackbuffer.cc
-DPADD= ${LIBGROFF}
-LDADD= ${LIBGROFF}
-NOMAN= YES
-
-.include <bsd.prog.mk>