diff options
| author | deraadt <> | 2014-04-14 16:55:06 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-04-14 16:55:06 +0000 |
| commit | 9d9de28bb14e148b6e12a5eb708328f4195bfd77 (patch) | |
| tree | d806e75eb6f4d620ee481a653c8287e147768cd0 /src/lib/libcrypto/rc2 | |
| parent | 3c2065f3282757735ccce532c8882f01c045036e (diff) | |
| download | openbsd-9d9de28bb14e148b6e12a5eb708328f4195bfd77.tar.gz openbsd-9d9de28bb14e148b6e12a5eb708328f4195bfd77.tar.bz2 openbsd-9d9de28bb14e148b6e12a5eb708328f4195bfd77.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/rc2')
| -rw-r--r-- | src/lib/libcrypto/rc2/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/lib/libcrypto/rc2/Makefile b/src/lib/libcrypto/rc2/Makefile index 8a9d49ab5e..b2b8cce60f 100644 --- a/src/lib/libcrypto/rc2/Makefile +++ b/src/lib/libcrypto/rc2/Makefile | |||
| @@ -73,18 +73,3 @@ clean: | |||
| 73 | rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 73 | rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
| 74 | 74 | ||
| 75 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 75 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 76 | |||
| 77 | rc2_cbc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h | ||
| 78 | rc2_cbc.o: rc2_cbc.c rc2_locl.h | ||
| 79 | rc2_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| 80 | rc2_ecb.o: ../../include/openssl/rc2.h rc2_ecb.c rc2_locl.h | ||
| 81 | rc2_skey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| 82 | rc2_skey.o: ../../include/openssl/opensslconf.h | ||
| 83 | rc2_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 84 | rc2_skey.o: ../../include/openssl/rc2.h ../../include/openssl/safestack.h | ||
| 85 | rc2_skey.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 86 | rc2_skey.o: rc2_locl.h rc2_skey.c | ||
| 87 | rc2cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h | ||
| 88 | rc2cfb64.o: rc2_locl.h rc2cfb64.c | ||
| 89 | rc2ofb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h | ||
| 90 | rc2ofb64.o: rc2_locl.h rc2ofb64.c | ||
