diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1997-07-27 03:33:23 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1997-07-27 03:33:23 +0000 |
commit | 8f42b83b58bba4e44845b4314eac4879c3d48cd4 (patch) | |
tree | c1291b08ec6dd8abf764fa7d0dd9489671f73f2b /print | |
parent | 7745eefa1e41b6062f0af8050531c201b2f46188 (diff) | |
download | ports-8f42b83b58bba4e44845b4314eac4879c3d48cd4.tar.gz ports-8f42b83b58bba4e44845b4314eac4879c3d48cd4.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index bb95f044ef90..1574470d08ef 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1997/04/27 00:07:53 asami Exp $ +# $Id: Makefile,v 1.45 1997/06/11 06:22:39 andreas Exp $ # SUBDIR += a2ps @@ -12,6 +12,7 @@ SUBDIR += dvi2xx SUBDIR += dvips SUBDIR += dviselect + SUBDIR += enscript SUBDIR += ghostscript SUBDIR += ghostscript3 SUBDIR += ghostscript4 |