diff options
Diffstat (limited to 'gnu/usr.bin/genclass/Makefile')
-rw-r--r-- | gnu/usr.bin/genclass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/genclass/Makefile b/gnu/usr.bin/genclass/Makefile index e3e5ade..93924ef 100644 --- a/gnu/usr.bin/genclass/Makefile +++ b/gnu/usr.bin/genclass/Makefile @@ -1,8 +1,9 @@ # -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 15:45:31 peter Exp $ # GPPDIR= ${.CURDIR}/../../../contrib/libg++ +MAN1= genclass.1 .PATH: ${GPPDIR}/libg++/src ${GPPDIR}/libg++/genclass |