diff options
Diffstat (limited to 'src/lib/libcrypto/hmac/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/hmac/Makefile.ssl | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/src/lib/libcrypto/hmac/Makefile.ssl b/src/lib/libcrypto/hmac/Makefile.ssl index 326339a90d..899d67c43b 100644 --- a/src/lib/libcrypto/hmac/Makefile.ssl +++ b/src/lib/libcrypto/hmac/Makefile.ssl | |||
@@ -11,7 +11,8 @@ INSTALL_PREFIX= | |||
11 | OPENSSLDIR= /usr/local/ssl | 11 | OPENSSLDIR= /usr/local/ssl |
12 | INSTALLTOP=/usr/local/ssl | 12 | INSTALLTOP=/usr/local/ssl |
13 | MAKE= make -f Makefile.ssl | 13 | MAKE= make -f Makefile.ssl |
14 | MAKEDEPEND= $(TOP)/util/domd $(TOP) | 14 | MAKEDEPPROG= makedepend |
15 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
15 | MAKEFILE= Makefile.ssl | 16 | MAKEFILE= Makefile.ssl |
16 | AR= ar r | 17 | AR= ar r |
17 | 18 | ||
@@ -39,8 +40,7 @@ all: lib | |||
39 | 40 | ||
40 | lib: $(LIBOBJ) | 41 | lib: $(LIBOBJ) |
41 | $(AR) $(LIB) $(LIBOBJ) | 42 | $(AR) $(LIB) $(LIBOBJ) |
42 | @echo You may get an error following this line. Please ignore. | 43 | $(RANLIB) $(LIB) || echo Never mind. |
43 | - $(RANLIB) $(LIB) | ||
44 | @touch lib | 44 | @touch lib |
45 | 45 | ||
46 | files: | 46 | files: |
@@ -80,17 +80,10 @@ clean: | |||
80 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
81 | 81 | ||
82 | hmac.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 82 | hmac.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
83 | hmac.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | 83 | hmac.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h |
84 | hmac.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h | 84 | hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h |
85 | hmac.o: ../../include/openssl/des.h ../../include/openssl/dh.h | 85 | hmac.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h |
86 | hmac.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
87 | hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h | ||
88 | hmac.o: ../../include/openssl/idea.h ../../include/openssl/md2.h | ||
89 | hmac.o: ../../include/openssl/md4.h ../../include/openssl/md5.h | ||
90 | hmac.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h | ||
91 | hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 86 | hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
92 | hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/rc2.h | 87 | hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
93 | hmac.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h | 88 | hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
94 | hmac.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h | 89 | hmac.o: ../../include/openssl/symhacks.h hmac.c |
95 | hmac.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
96 | hmac.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||