diff options
author | deraadt <> | 2014-04-14 16:55:06 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-14 16:55:06 +0000 |
commit | 7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c (patch) | |
tree | d806e75eb6f4d620ee481a653c8287e147768cd0 /src/lib/libcrypto/ecdh | |
parent | 124ef90d8d37e6ef664885f8131f4feaac242172 (diff) | |
download | openbsd-7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c.tar.gz openbsd-7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c.tar.bz2 openbsd-7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c.zip |
remove auto-generated dependencies from the old unused build system, so
that it is easier to find code pieces. They are getting in the way.
ok miod
Diffstat (limited to 'src/lib/libcrypto/ecdh')
-rw-r--r-- | src/lib/libcrypto/ecdh/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/lib/libcrypto/ecdh/Makefile b/src/lib/libcrypto/ecdh/Makefile index ba05fea05c..4afa44f250 100644 --- a/src/lib/libcrypto/ecdh/Makefile +++ b/src/lib/libcrypto/ecdh/Makefile | |||
@@ -74,43 +74,3 @@ clean: | |||
74 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 74 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
75 | 75 | ||
76 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 76 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
77 | |||
78 | ech_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
79 | ech_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
80 | ech_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
81 | ech_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
82 | ech_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
83 | ech_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
84 | ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
85 | ech_err.o: ech_err.c | ||
86 | ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
87 | ech_key.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
88 | ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
89 | ech_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
90 | ech_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
91 | ech_key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
92 | ech_key.o: ech_key.c ech_locl.h | ||
93 | ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
94 | ech_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
95 | ech_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
96 | ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
97 | ech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h | ||
98 | ech_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
99 | ech_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
100 | ech_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
101 | ech_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | ||
102 | ech_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
103 | ech_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
104 | ech_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
105 | ech_lib.o: ech_lib.c ech_locl.h | ||
106 | ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h | ||
107 | ech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
108 | ech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
109 | ech_ossl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
110 | ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h | ||
111 | ech_ossl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
112 | ech_ossl.o: ../../include/openssl/opensslconf.h | ||
113 | ech_ossl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
114 | ech_ossl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
115 | ech_ossl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
116 | ech_ossl.o: ../cryptlib.h ech_locl.h ech_ossl.c | ||