summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-26 19:03:23 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-26 19:03:23 +0000
commit52780bc5c40f9c0e18659767fa2fb86943904247 (patch)
tree0d10d7675554f668600bae1ddbadf6439a5c2a0c /secure/lib/libcrypt
parentfa04bc2411567170f80748c16c2621346cd4e0f6 (diff)
Notes
Diffstat (limited to 'secure/lib/libcrypt')
-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 25351fdd7c3f..e7a5f51db3ae 100644
--- a/secure/lib/libcrypt/Makefile
+++ b/secure/lib/libcrypt/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.4 1994/08/12 21:02:31 csgr Exp $
+# $Id: Makefile,v 1.5 1994/08/20 18:16:57 csgr Exp $
#
LCRYPTBASE= libcrypt
@@ -11,6 +11,7 @@ LDCRYPTSO= $(LDCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
LIB= descrypt
SRCS= crypt.c
+PRECIOUSLIB= yes
#MAN3= crypt.3
#MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3