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/aes/Makefile | |
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/aes/Makefile')
-rw-r--r-- | src/lib/libcrypto/aes/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/lib/libcrypto/aes/Makefile b/src/lib/libcrypto/aes/Makefile index 45ede0a0b4..117384aa6c 100644 --- a/src/lib/libcrypto/aes/Makefile +++ b/src/lib/libcrypto/aes/Makefile | |||
@@ -118,36 +118,3 @@ clean: | |||
118 | rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 118 | rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
119 | 119 | ||
120 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 120 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
121 | |||
122 | aes_cbc.o: ../../include/openssl/aes.h ../../include/openssl/modes.h | ||
123 | aes_cbc.o: ../../include/openssl/opensslconf.h aes_cbc.c | ||
124 | aes_cfb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h | ||
125 | aes_cfb.o: ../../include/openssl/opensslconf.h aes_cfb.c | ||
126 | aes_core.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h | ||
127 | aes_core.o: ../../include/openssl/opensslconf.h aes_core.c aes_locl.h | ||
128 | aes_ctr.o: ../../include/openssl/aes.h ../../include/openssl/modes.h | ||
129 | aes_ctr.o: ../../include/openssl/opensslconf.h aes_ctr.c | ||
130 | aes_ecb.o: ../../include/openssl/aes.h ../../include/openssl/e_os2.h | ||
131 | aes_ecb.o: ../../include/openssl/opensslconf.h aes_ecb.c aes_locl.h | ||
132 | aes_ige.o: ../../e_os.h ../../include/openssl/aes.h ../../include/openssl/bio.h | ||
133 | aes_ige.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
134 | aes_ige.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
135 | aes_ige.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
136 | aes_ige.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
137 | aes_ige.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
138 | aes_ige.o: ../../include/openssl/symhacks.h ../cryptlib.h aes_ige.c aes_locl.h | ||
139 | aes_misc.o: ../../include/openssl/aes.h ../../include/openssl/crypto.h | ||
140 | aes_misc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | ||
141 | aes_misc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
142 | aes_misc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
143 | aes_misc.o: ../../include/openssl/symhacks.h aes_locl.h aes_misc.c | ||
144 | aes_ofb.o: ../../include/openssl/aes.h ../../include/openssl/modes.h | ||
145 | aes_ofb.o: ../../include/openssl/opensslconf.h aes_ofb.c | ||
146 | aes_wrap.o: ../../e_os.h ../../include/openssl/aes.h | ||
147 | aes_wrap.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
148 | aes_wrap.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
149 | aes_wrap.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
150 | aes_wrap.o: ../../include/openssl/opensslconf.h | ||
151 | aes_wrap.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
152 | aes_wrap.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
153 | aes_wrap.o: ../../include/openssl/symhacks.h ../cryptlib.h aes_wrap.c | ||