diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-24 19:37:52 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-24 19:37:52 +0000 |
commit | 6f5e12c5e118a9e2a15272b874b7557bd9dc5730 (patch) | |
tree | a3cebaf32fff2bc626b765f9b04e17ee5b52a65c /print | |
parent | A PostScript pretty-printer for C source with numerous features. (diff) |
Share c2ps with the world.
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 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 |