diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-07 21:07:09 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-07 21:07:09 +0000 |
| commit | 3b2b7f71deba2a4efbd218d235ab774397500242 (patch) | |
| tree | ae564b1a0a25548721a6529291c7a83b4890adbf /lib/libcrypt/Makefile | |
| parent | 4385de1699eedefa385d938df50441699f9664fe (diff) | |
Notes
Diffstat (limited to 'lib/libcrypt/Makefile')
| -rw-r--r-- | lib/libcrypt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile index 960e2fb4d58b..985f4441fad6 100644 --- a/lib/libcrypt/Makefile +++ b/lib/libcrypt/Makefile @@ -1,20 +1,22 @@ # -# $Id: Makefile,v 1.3 1994/08/12 21:12:37 csgr Exp $ +# $Id: Makefile,v 1.4 1994/08/20 18:13:59 csgr Exp $ # LCRYPTBASE= libcrypt LCRYPTSO= $(LCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR) - LSCRYPTBASE= libscrypt LSCRYPTSO= $(LSCRYPTBASE).so.$(SHLIB_MAJOR).$(SHLIB_MINOR) # called libscrypt - for scramble crypt! +.PATH: ${.CURDIR}/../libmd LIB= scrypt -SRCS= crypt.c +SRCS= crypt.c md5c.c +CFLAGS+= -I${.CURDIR}/../libmd # We only install the links if they do not already exist. # This may have to be revised + afterinstall: .if !defined(NOPIC) @cd $(DESTDIR)/$(LIBDIR); \ |
