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