diff options
| author | cgd <cgd@NetBSD.org> | 1994-12-22 09:44:45 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-12-22 09:44:45 +0000 |
| commit | 3a370daf8620989da4eefc06113679fcc33e12d4 (patch) | |
| tree | 62c21b6f44fb3703f5c7e9033503437694a80084 /lib/libcrypt | |
| parent | c4c01d75b2798c0b0d9625eb189ac07296c7d013 (diff) | |
specify man pages the new way.
Diffstat (limited to 'lib/libcrypt')
| -rw-r--r-- | lib/libcrypt/Makefile | 4 |
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> |
