diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-15 19:18:59 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-15 19:18:59 +0000 |
commit | b599049058445d77a472461c2c80eb1b333aebcf (patch) | |
tree | 97ae390d3a6fa8fd39bce66a3e96d0d1dd7e10f1 /gnu | |
parent | 869c60f487eb0d9eb86e84eac1870b40462f99e3 (diff) | |
download | FreeBSD-src-b599049058445d77a472461c2c80eb1b333aebcf.zip FreeBSD-src-b599049058445d77a472461c2c80eb1b333aebcf.tar.gz |
Add a genclass.1 manpage.
Diffstat (limited to 'gnu')
-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 |