diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-06 02:15:02 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-06 02:15:02 +0000 |
commit | 407ef52f614804c82094adbfb906c37aa92c4224 (patch) | |
tree | 1c0cc3406c649bdae7183e07fdfa4275e882b24d /print | |
parent | d38e1fc36547f078add6ca75a6db26dd02b4df4f (diff) |
Add a2ps.
Notes
Notes:
svn path=/head/; revision=325
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index d1e577a45b46..3590e9217a30 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.4 1994/09/30 00:54:54 jkh Exp $ +# $Id: Makefile,v 1.5 1994/10/14 04:12:19 jkh Exp $ # -SUBDIR= dvi2xx dvips dviselect ghostscript psutils tex latex latex209 \ +SUBDIR= a2ps dvi2xx dvips dviselect ghostscript psutils tex latex latex209 \ makeindex mltex texinfo .include <bsd.port.subdir.mk> |