summaryrefslogtreecommitdiff
path: root/lib/libcrypt
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-12-22 09:44:45 +0000
committercgd <cgd@NetBSD.org>1994-12-22 09:44:45 +0000
commit3a370daf8620989da4eefc06113679fcc33e12d4 (patch)
tree62c21b6f44fb3703f5c7e9033503437694a80084 /lib/libcrypt
parentc4c01d75b2798c0b0d9625eb189ac07296c7d013 (diff)
specify man pages the new way.
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index 85aa45dd5f9..93e23333411 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -3,7 +3,7 @@
# into this directory to make distribution of exportable and non-exportable
# systems easier.
#
-# $Id: Makefile,v 1.4 1993/10/07 01:36:21 cgd Exp $
+# $Id: Makefile,v 1.5 1994/12/22 09:49:34 cgd Exp $
LIB= crypt
@@ -13,7 +13,7 @@ SRCS= crypt.c
SRCS= crypt_dummy.c
.endif
-MAN3= crypt.0
+MAN= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
.include <bsd.lib.mk>