aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/devlbp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/devlbp/Makefile')
-rw-r--r--gnu/usr.bin/groff/devlbp/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/usr.bin/groff/devlbp/Makefile b/gnu/usr.bin/groff/devlbp/Makefile
deleted file mode 100644
index e6cb556d761f..000000000000
--- a/gnu/usr.bin/groff/devlbp/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-DEV= lbp
-LBPPRINT= ${PSPRINT}
-DEVFILES= DESC HB HBI HI HR TB TBI TI TR
-
-CLEANFILES+= DESC
-
-DESC: DESC.in
- -rm -f DESC
- cat ${DIST_DIR}/DESC.in >DESC
- if test "$(PAGE)" = A4; then \
- echo "papersize a4" >>DESC; \
- else \
- echo "papersize letter" >>DESC; \
- fi
- test -z '$(LBPPRINT)' || echo print '$(LBPPRINT)' >>DESC
-
-.include "../Makefile.dev"