diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-15 11:21:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-15 11:21:02 +0000 |
commit | f9829ce695ce5d583f8ddfaea5b093e277917c8f (patch) | |
tree | 9792027917f464cf8fa493d9125c1c07c457927a /print/Makefile | |
parent | e03eceae26c75ee4d1b4b3de62156a4fb21cea07 (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/Makefile')
-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> |