diff options
| author | Mark Murray <markm@FreeBSD.org> | 1995-12-16 09:14:12 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1995-12-16 09:14:12 +0000 |
| commit | 96e718fe290fc3aada707298b15b67fa37cc8d98 (patch) | |
| tree | b8d16b3aa3b96a23535be51945d642019ef15294 /secure/lib/libcrypt/Makefile | |
| parent | 7a7d7c9ee6a84facfc892d8a9aa162fdaa10d894 (diff) | |
Notes
Diffstat (limited to 'secure/lib/libcrypt/Makefile')
| -rw-r--r-- | secure/lib/libcrypt/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 0a9533382963..874533578877 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 - - |
