aboutsummaryrefslogtreecommitdiff
path: root/secure/lib
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-02-21 08:15:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-02-21 08:15:08 +0000
commit1c934dae3e4ef808477ba3a70a676250dfbeea07 (patch)
tree39e1575aa392cb692c90e7ff636bf1f38c1f080f /secure/lib
parent453309955be1d209967cc1e6243976e596376932 (diff)
downloadsrc-1c934dae3e4ef808477ba3a70a676250dfbeea07.tar.gz
src-1c934dae3e4ef808477ba3a70a676250dfbeea07.zip
Add back missing crypt.3 man page.
Notes
Notes: svn path=/head/; revision=14168
Diffstat (limited to 'secure/lib')
-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 874533578877..e6a2a1e8d356 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