summaryrefslogtreecommitdiff
path: root/usr.bin/man/Makefile
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-10-18 01:46:37 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-10-18 01:46:37 +0000
commitf1e627667992da0ad5558adb388db52b78fbf187 (patch)
treea4b2d9e198a4bd78971b928e6a22d16c9a122471 /usr.bin/man/Makefile
parentb28afe032a878294626a2b8d7548b986d73ac235 (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/Makefile4
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