summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--secure/lib/libcrypt/Makefile3
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
OpenPOWER on IntegriCloud