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/rc4 | |
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/rc4')
-rw-r--r-- | src/lib/libcrypto/rc4/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/lib/libcrypto/rc4/Makefile b/src/lib/libcrypto/rc4/Makefile index 1614d47961..f623f6e354 100644 --- a/src/lib/libcrypto/rc4/Makefile +++ b/src/lib/libcrypto/rc4/Makefile | |||
@@ -101,25 +101,3 @@ clean: | |||
101 | rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 101 | rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
102 | 102 | ||
103 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 103 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
104 | |||
105 | rc4_enc.o: ../../e_os.h ../../include/openssl/bio.h | ||
106 | rc4_enc.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
107 | rc4_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
108 | rc4_enc.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
109 | rc4_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
110 | rc4_enc.o: ../../include/openssl/rc4.h ../../include/openssl/safestack.h | ||
111 | rc4_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
112 | rc4_enc.o: ../cryptlib.h rc4_enc.c rc4_locl.h | ||
113 | rc4_skey.o: ../../e_os.h ../../include/openssl/bio.h | ||
114 | rc4_skey.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
115 | rc4_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
116 | rc4_skey.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
117 | rc4_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
118 | rc4_skey.o: ../../include/openssl/rc4.h ../../include/openssl/safestack.h | ||
119 | rc4_skey.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
120 | rc4_skey.o: ../cryptlib.h rc4_locl.h rc4_skey.c | ||
121 | rc4_utl.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
122 | rc4_utl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
123 | rc4_utl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rc4.h | ||
124 | rc4_utl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
125 | rc4_utl.o: ../../include/openssl/symhacks.h rc4_utl.c | ||