summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md4/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/md4/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/md4/Makefile.ssl14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/lib/libcrypto/md4/Makefile.ssl b/src/lib/libcrypto/md4/Makefile.ssl
index 5341bf5b46..12eee13608 100644
--- a/src/lib/libcrypto/md4/Makefile.ssl
+++ b/src/lib/libcrypto/md4/Makefile.ssl
@@ -12,7 +12,8 @@ INSTALL_PREFIX=
12OPENSSLDIR= /usr/local/ssl 12OPENSSLDIR= /usr/local/ssl
13INSTALLTOP=/usr/local/ssl 13INSTALLTOP=/usr/local/ssl
14MAKE= make -f Makefile.ssl 14MAKE= make -f Makefile.ssl
15MAKEDEPEND= $(TOP)/util/domd $(TOP) 15MAKEDEPPROG= makedepend
16MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16MAKEFILE= Makefile.ssl 17MAKEFILE= Makefile.ssl
17AR= ar r 18AR= ar r
18 19
@@ -40,7 +41,7 @@ all: lib
40 41
41lib: $(LIBOBJ) 42lib: $(LIBOBJ)
42 $(AR) $(LIB) $(LIBOBJ) 43 $(AR) $(LIB) $(LIBOBJ)
43 $(RANLIB) $(LIB) 44 $(RANLIB) $(LIB) || echo Never mind.
44 @touch lib 45 @touch lib
45 46
46files: 47files:
@@ -79,6 +80,9 @@ clean:
79 80
80# DO NOT DELETE THIS LINE -- make depend depends on it. 81# DO NOT DELETE THIS LINE -- make depend depends on it.
81 82
82md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h 83md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h
83md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_locl.h 84md4_dgst.o: ../../include/openssl/opensslconf.h
84md4_one.o: ../../include/openssl/md4.h 85md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_dgst.c
86md4_dgst.o: md4_locl.h
87md4_one.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h
88md4_one.o: ../../include/openssl/opensslconf.h md4_one.c