diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 19:50:55 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 19:50:55 +0000 |
commit | 86226211d25f99c09fc2706b25e9fb0636e02cae (patch) | |
tree | fbfceec16d4af9eac3b234a1d375b3c901531a11 /print/Makefile | |
parent | cdlabelgen: generates postscript for labels for CDs. (diff) |
Activate cdlabelgen.
Notes
Notes:
svn path=/head/; revision=19880
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 93e27930a4a1..1360cb815f68 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.92 1999/05/17 10:43:58 foxfair Exp $ +# $Id: Makefile,v 1.93 1999/06/17 09:38:38 taoka Exp $ # SUBDIR += a2ps-a4 @@ -17,6 +17,7 @@ SUBDIR += bibview SUBDIR += c2ps-a4 SUBDIR += c2ps-letter + SUBDIR += cdlabelgen SUBDIR += cmpsfont SUBDIR += detex SUBDIR += dvi2tty |