diff options
| author | markus <> | 2002-09-05 22:44:45 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-05 22:44:45 +0000 |
| commit | 349cbd2e4adbc627f1a356c7114ff3a53dfb842a (patch) | |
| tree | 73126e8d8922d3f016ad2caaf8b633c3fed98c90 /src/lib/libcrypto/hmac | |
| parent | f3e848761b58c1645ce3b150d17770e528f39556 (diff) | |
| download | openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.gz openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.bz2 openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.zip | |
import openssl-0.9.7-beta3
Diffstat (limited to 'src/lib/libcrypto/hmac')
| -rw-r--r-- | src/lib/libcrypto/hmac/Makefile.ssl | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/src/lib/libcrypto/hmac/Makefile.ssl b/src/lib/libcrypto/hmac/Makefile.ssl index e6cf1a0879..33e90615d2 100644 --- a/src/lib/libcrypto/hmac/Makefile.ssl +++ b/src/lib/libcrypto/hmac/Makefile.ssl | |||
| @@ -68,7 +68,7 @@ lint: | |||
| 68 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 68 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
| 69 | 69 | ||
| 70 | depend: | 70 | depend: |
| 71 | $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) | 71 | $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) |
| 72 | 72 | ||
| 73 | dclean: | 73 | dclean: |
| 74 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | 74 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
| @@ -79,11 +79,21 @@ clean: | |||
| 79 | 79 | ||
| 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/aes.h ../../include/openssl/asn1.h |
| 83 | hmac.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | 83 | hmac.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h |
| 84 | hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h | 84 | hmac.o: ../../include/openssl/bn.h ../../include/openssl/cast.h |
| 85 | hmac.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h | 85 | hmac.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
| 86 | hmac.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h | ||
| 87 | hmac.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
| 88 | hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h | ||
| 89 | hmac.o: ../../include/openssl/idea.h ../../include/openssl/md2.h | ||
| 90 | hmac.o: ../../include/openssl/md4.h ../../include/openssl/md5.h | ||
| 91 | hmac.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h | ||
| 86 | hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 92 | hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 87 | hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 93 | hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 88 | hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 94 | hmac.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h |
| 89 | hmac.o: ../../include/openssl/symhacks.h hmac.c | 95 | hmac.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h |
| 96 | hmac.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
| 97 | hmac.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| 98 | hmac.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
| 99 | hmac.o: ../../include/openssl/ui_compat.h hmac.c | ||
