diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-25 03:37:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-25 03:37:52 +0800 |
commit | 873fa541615f3ff752f650f761567445dd89b943 (patch) | |
tree | c7ed864a3a6c9936ad99cde404a549c20309d552 | |
parent | 03a04973d43bddcf8499f34cd65b1fd3e0ac526b (diff) | |
download | freebsd-ports-gnome-873fa541615f3ff752f650f761567445dd89b943.tar.gz freebsd-ports-gnome-873fa541615f3ff752f650f761567445dd89b943.tar.zst freebsd-ports-gnome-873fa541615f3ff752f650f761567445dd89b943.zip |
Share c2ps with the world.
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 7c8f870337f1..7998e57cd91c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.39 1997/03/02 17:05:31 andreas Exp $ +# $Id: Makefile,v 1.40 1997/03/04 10:11:43 tg Exp $ # SUBDIR += a2ps SUBDIR += acroread SUBDIR += afm SUBDIR += apsfilter + SUBDIR += c2ps SUBDIR += dvi2tty SUBDIR += dvi2xx SUBDIR += dvips |