summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-11-15 11:12:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-11-15 11:12:51 +0000
commite03eceae26c75ee4d1b4b3de62156a4fb21cea07 (patch)
tree3bf10486f8e530464c32095971cedfaa03fe53ae /print
parent"Make printing under FreeBSD actually work" (according to jkh) (diff)
Add apsfilter.
Notes
Notes: svn path=/head/; revision=2424
Diffstat (limited to 'print')
-rw-r--r--print/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/print/Makefile b/print/Makefile
index 6c0d9ac3a19c..e69de29bb2d1 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,26 +0,0 @@
-# $Id: Makefile,v 1.20 1995/10/03 11:45:12 asami Exp $
-#
-
- SUBDIR += a2ps
- SUBDIR += afm
- SUBDIR += dvi2xx
- SUBDIR += dvips
- SUBDIR += dviselect
- SUBDIR += ghostscript
- SUBDIR += ghostscript3
- SUBDIR += ghostview
- SUBDIR += latex
- SUBDIR += latex209
- SUBDIR += makeindex
- SUBDIR += mltex
- SUBDIR += musixtex
- SUBDIR += psutils
- SUBDIR += rtf2latex
- SUBDIR += tex
- SUBDIR += texinfo
- SUBDIR += tr2latex
- SUBDIR += transfig
- SUBDIR += xdvi
- SUBDIR += xtexshell
-
-.include <bsd.port.subdir.mk>