summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/libcrypt/Makefile')
-rw-r--r--secure/lib/libcrypt/Makefile18
1 files changed, 5 insertions, 13 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile
index 0a95333..87453357 100644
--- a/secure/lib/libcrypt/Makefile
+++ b/secure/lib/libcrypt/Makefile
@@ -1,29 +1,23 @@
#
-# $Id: Makefile,v 1.6 1994/08/26 19:03:23 wollman Exp $
+# $Id$
#
LCRYPTBASE= libcrypt
LCRYPTSO= $(LCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
-
LDCRYPTBASE= libdescrypt
LDCRYPTSO= $(LDCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
+.PATH: ${.CURDIR}/../../../lib/libmd
+
LIB= descrypt
-SRCS= crypt.c
+SRCS= crypt.c crypt-md5.c md5c.c
+CFLAGS+= -I${.CURDIR}/../../../lib/libmd -Wall
PRECIOUSLIB= yes
-#MAN3= crypt.3
-#MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3
-#MLINKS+=crypt.3 des_cipher.3 crypt.3 des_setkey.3
-
-
-
-
test:
cd test ; make test ; make clean
-
.include <bsd.lib.mk>
# We only install the links if they do not already exist.
@@ -48,5 +42,3 @@ afterinstall:
ln -s $(LDCRYPTBASE)_p.a libcrypt_p.a; \
fi
.endif
-
-
OpenPOWER on IntegriCloud