diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-11 15:31:08 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-11 15:31:08 +0000 |
commit | 7c69da3c139e4f77db85db1c76afac11166550c5 (patch) | |
tree | 5cfa6777d8fc90d4f34f7a65526cae28ee7ac7a2 /usr.bin/gencat/Makefile | |
parent | 9df4a19b899fa3a4c101303ac0a3ebabc42d6864 (diff) |
docuement
Diffstat (limited to 'usr.bin/gencat/Makefile')
-rw-r--r-- | usr.bin/gencat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index d31c80ccdb6..e6345512c25 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1996/06/26 05:33:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1997/06/11 15:31:07 kstailey Exp $ PROG= gencat -NOMAN= +MAN= gencat.1 .include <bsd.prog.mk> |