diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-18 01:46:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-18 01:46:37 +0000 |
commit | f1e627667992da0ad5558adb388db52b78fbf187 (patch) | |
tree | a4b2d9e198a4bd78971b928e6a22d16c9a122471 /usr.bin/man/Makefile | |
parent | b28afe032a878294626a2b8d7548b986d73ac235 (diff) |
Add a help(1) man page -- help for new users and administrators.
Diffstat (limited to 'usr.bin/man/Makefile')
-rw-r--r-- | usr.bin/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/man/Makefile b/usr.bin/man/Makefile index 9faaa9fabb0..d7dc2e3fe22 100644 --- a/usr.bin/man/Makefile +++ b/usr.bin/man/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 1998/09/14 05:44:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1999/10/18 01:46:36 aaron Exp $ PROG= man SRCS= config.c man.c -MAN= man.1 man.conf.5 +MAN= man.1 man.conf.5 help.1 LINKS= ${BINDIR}/man ${BINDIR}/help |