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/store | |
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/store')
-rw-r--r-- | src/lib/libcrypto/store/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/lib/libcrypto/store/Makefile b/src/lib/libcrypto/store/Makefile index 0dcfd7857a..9c4e97c165 100644 --- a/src/lib/libcrypto/store/Makefile +++ b/src/lib/libcrypto/store/Makefile | |||
@@ -75,38 +75,3 @@ clean: | |||
75 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 75 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
76 | 76 | ||
77 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 77 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
78 | |||
79 | str_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | ||
80 | str_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
81 | str_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
82 | str_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
83 | str_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
84 | str_err.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h | ||
85 | str_err.o: str_err.c | ||
86 | str_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
87 | str_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | ||
88 | str_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
89 | str_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
90 | str_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | ||
91 | str_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
92 | str_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
93 | str_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
94 | str_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
95 | str_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
96 | str_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
97 | str_lib.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h | ||
98 | str_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
99 | str_lib.o: str_lib.c str_locl.h | ||
100 | str_mem.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | ||
101 | str_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
102 | str_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
103 | str_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
104 | str_mem.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
105 | str_mem.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h | ||
106 | str_mem.o: str_locl.h str_mem.c | ||
107 | str_meth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
108 | str_meth.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | ||
109 | str_meth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
110 | str_meth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
111 | str_meth.o: ../../include/openssl/store.h ../../include/openssl/symhacks.h | ||
112 | str_meth.o: str_locl.h str_meth.c | ||