diff options
author | asami <asami@FreeBSD.org> | 1995-11-15 19:21:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-15 19:21:02 +0800 |
commit | 92c2246d0a637461d432066c34bb92733aea8cb8 (patch) | |
tree | 978789461eec109300329d0b30053c7dfbd014c9 /print | |
parent | 4f024ca0a0ff4daab898ace9a1ef82d80f9d6108 (diff) | |
download | freebsd-ports-gnome-92c2246d0a637461d432066c34bb92733aea8cb8.tar.gz freebsd-ports-gnome-92c2246d0a637461d432066c34bb92733aea8cb8.tar.zst freebsd-ports-gnome-92c2246d0a637461d432066c34bb92733aea8cb8.zip |
Oops, the previous one was nuked by the full filesystem. This one is
correct.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 27 |
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> |