summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-13 09:20:19 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-13 09:20:19 +0000
commit47cc94fd88c0fff6d7ad93cc684fa796bf497ede (patch)
tree5e616eff16453e6b2ab81a933870be80df6c1ae6 /print
parentSort. (diff)
Sort!
Notes
Notes: svn path=/head/; revision=1718
Diffstat (limited to 'print')
-rw-r--r--print/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/Makefile b/print/Makefile
index 34c343bc7358..b08b46906a27 100644
--- a/print/Makefile
+++ b/print/Makefile
@@ -1,8 +1,9 @@
-# $Id: Makefile,v 1.15 1995/05/02 08:31:42 asami Exp $
+# $Id: Makefile,v 1.16 1995/05/02 09:10:53 asami Exp $
#
-SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview psutils \
+SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript ghostview \
+ latex latex209 makeindex mltex psutils \
rtf2latex \
- tex latex209 latex makeindex mltex texinfo tr2latex transfig xdvi \
+ tex texinfo tr2latex transfig xdvi \
xtexshell
.include <bsd.port.subdir.mk>