summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hmac/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/hmac/Makefile.ssl25
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=
11OPENSSLDIR= /usr/local/ssl 11OPENSSLDIR= /usr/local/ssl
12INSTALLTOP=/usr/local/ssl 12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl 13MAKE= make -f Makefile.ssl
14MAKEDEPEND= $(TOP)/util/domd $(TOP) 14MAKEDEPPROG= makedepend
15MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
15MAKEFILE= Makefile.ssl 16MAKEFILE= Makefile.ssl
16AR= ar r 17AR= ar r
17 18
@@ -39,8 +40,7 @@ all: lib
39 40
40lib: $(LIBOBJ) 41lib: $(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
46files: 46files:
@@ -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
82hmac.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 82hmac.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
83hmac.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h 83hmac.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
84hmac.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h 84hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h
85hmac.o: ../../include/openssl/des.h ../../include/openssl/dh.h 85hmac.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h
86hmac.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
87hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h
88hmac.o: ../../include/openssl/idea.h ../../include/openssl/md2.h
89hmac.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
90hmac.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
91hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 86hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
92hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/rc2.h 87hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
93hmac.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h 88hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
94hmac.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h 89hmac.o: ../../include/openssl/symhacks.h hmac.c
95hmac.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
96hmac.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h