diff options
author | jkh <jkh@FreeBSD.org> | 1996-02-21 08:15:08 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-02-21 08:15:08 +0000 |
commit | 10255f12e460d6f86f5a20e2a46b5effe3e83fec (patch) | |
tree | 39e1575aa392cb692c90e7ff636bf1f38c1f080f /secure/lib | |
parent | f329cd3f0b7956cb175054714e7608159df94371 (diff) | |
download | FreeBSD-src-10255f12e460d6f86f5a20e2a46b5effe3e83fec.zip FreeBSD-src-10255f12e460d6f86f5a20e2a46b5effe3e83fec.tar.gz |
Add back missing crypt.3 man page.
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/libcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 87453357..e6a2a1e 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id$ +# $Id: Makefile,v 1.8 1995/12/16 09:14:07 markm Exp $ # LCRYPTBASE= libcrypt @@ -12,6 +12,7 @@ LDCRYPTSO= $(LDCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR) LIB= descrypt SRCS= crypt.c crypt-md5.c md5c.c +MAN3= crypt.3 CFLAGS+= -I${.CURDIR}/../../../lib/libmd -Wall PRECIOUSLIB= yes |