summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-11-15 11:21:02 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-11-15 11:21:02 +0000
commitf9829ce695ce5d583f8ddfaea5b093e277917c8f (patch)
tree9792027917f464cf8fa493d9125c1c07c457927a /print
parentAdd apsfilter. (diff)
Oops, the previous one was nuked by the full filesystem. This one is
correct.
Notes
Notes: svn path=/head/; revision=2425
Diffstat (limited to 'print')
-rw-r--r--print/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index e69de29bb2d1..70aec25bc1da 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -0,0 +1,27 @@
+# $Id: Makefile,v 1.21 1995/10/20 10:36:46 asami Exp $
+#
+
+ SUBDIR += a2ps
+ SUBDIR += afm
+ SUBDIR += apsfilter
+ 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>