From 10255f12e460d6f86f5a20e2a46b5effe3e83fec Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 21 Feb 1996 08:15:08 +0000 Subject: Add back missing crypt.3 man page. --- secure/lib/libcrypt/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.1