diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 14:16:34 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 14:16:34 +0000 |
commit | 17008a5e0ebc218bb0a4495a11ae7273239472ac (patch) | |
tree | 683aebc167e8ea92d38a526b97d597024dc19f86 /print/Makefile | |
parent | Add bison (diff) |
Add new guests.
Notes
Notes:
svn path=/head/; revision=768
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/Makefile b/print/Makefile index 692ac5acf645..c9ad6e111478 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.7 1994/11/23 14:53:03 jkh Exp $ +# $Id: Makefile,v 1.8 1994/12/25 13:27:32 ats Exp $ # -SUBDIR= a2ps afm dvi2xx dvips dviselect ghostscript psutils tex latex \ - latex209 makeindex mltex texinfo transfig +SUBDIR= ImageMagick a2ps afm dvi2xx dvips dviselect ghostscript ghostview \ + psutils tex latex latex209 makeindex mltex texinfo transfig xdvi \ + xtexshell .include <bsd.port.subdir.mk> |