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/modes | |
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/modes')
-rw-r--r-- | src/lib/libcrypto/modes/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/src/lib/libcrypto/modes/Makefile b/src/lib/libcrypto/modes/Makefile index c825b12f25..1db42a6afb 100644 --- a/src/lib/libcrypto/modes/Makefile +++ b/src/lib/libcrypto/modes/Makefile | |||
@@ -98,44 +98,3 @@ clean: | |||
98 | rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 98 | rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
99 | 99 | ||
100 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 100 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
101 | |||
102 | cbc128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
103 | cbc128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
104 | cbc128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
105 | cbc128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
106 | cbc128.o: ../../include/openssl/symhacks.h cbc128.c modes_lcl.h | ||
107 | ccm128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
108 | ccm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
109 | ccm128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
110 | ccm128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
111 | ccm128.o: ../../include/openssl/symhacks.h ccm128.c modes_lcl.h | ||
112 | cfb128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
113 | cfb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
114 | cfb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
115 | cfb128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
116 | cfb128.o: ../../include/openssl/symhacks.h cfb128.c modes_lcl.h | ||
117 | ctr128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
118 | ctr128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
119 | ctr128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
120 | ctr128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
121 | ctr128.o: ../../include/openssl/symhacks.h ctr128.c modes_lcl.h | ||
122 | cts128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
123 | cts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
124 | cts128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
125 | cts128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
126 | cts128.o: ../../include/openssl/symhacks.h cts128.c modes_lcl.h | ||
127 | gcm128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
128 | gcm128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
129 | gcm128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
130 | gcm128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
131 | gcm128.o: ../../include/openssl/symhacks.h gcm128.c modes_lcl.h | ||
132 | ofb128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
133 | ofb128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
134 | ofb128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
135 | ofb128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
136 | ofb128.o: ../../include/openssl/symhacks.h modes_lcl.h ofb128.c | ||
137 | xts128.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
138 | xts128.o: ../../include/openssl/modes.h ../../include/openssl/opensslconf.h | ||
139 | xts128.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
140 | xts128.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
141 | xts128.o: ../../include/openssl/symhacks.h modes_lcl.h xts128.c | ||