summaryrefslogtreecommitdiff
path: root/contrib/groff/devlbp/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/devlbp/Makefile.sub')
-rw-r--r--contrib/groff/devlbp/Makefile.sub16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/groff/devlbp/Makefile.sub b/contrib/groff/devlbp/Makefile.sub
deleted file mode 100644
index 64d9ebd6931ad..0000000000000
--- a/contrib/groff/devlbp/Makefile.sub
+++ /dev/null
@@ -1,16 +0,0 @@
-DEV=lbp
-LBPPRINT=$(PSPRINT)
-DEVFILES=DESC \
- HB HBI HI HR \
- TB TBI TI TR
-
-DESC: DESC.in
- -rm -f DESC
- cat $(srcdir)/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
-