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/camellia | |
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/camellia')
-rw-r--r-- | src/lib/libcrypto/camellia/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/lib/libcrypto/camellia/Makefile b/src/lib/libcrypto/camellia/Makefile index 6ce6fc99cd..eb2a412879 100644 --- a/src/lib/libcrypto/camellia/Makefile +++ b/src/lib/libcrypto/camellia/Makefile | |||
@@ -85,26 +85,3 @@ clean: | |||
85 | rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 85 | rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
86 | 86 | ||
87 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 87 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
88 | |||
89 | camellia.o: ../../include/openssl/opensslconf.h camellia.c camellia.h | ||
90 | camellia.o: cmll_locl.h | ||
91 | cmll_cbc.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h | ||
92 | cmll_cbc.o: ../../include/openssl/opensslconf.h cmll_cbc.c | ||
93 | cmll_cfb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h | ||
94 | cmll_cfb.o: ../../include/openssl/opensslconf.h cmll_cfb.c | ||
95 | cmll_ctr.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h | ||
96 | cmll_ctr.o: ../../include/openssl/opensslconf.h cmll_ctr.c | ||
97 | cmll_ecb.o: ../../include/openssl/camellia.h | ||
98 | cmll_ecb.o: ../../include/openssl/opensslconf.h cmll_ecb.c cmll_locl.h | ||
99 | cmll_misc.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h | ||
100 | cmll_misc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | ||
101 | cmll_misc.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
102 | cmll_misc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
103 | cmll_misc.o: ../../include/openssl/symhacks.h cmll_locl.h cmll_misc.c | ||
104 | cmll_ofb.o: ../../include/openssl/camellia.h ../../include/openssl/modes.h | ||
105 | cmll_ofb.o: ../../include/openssl/opensslconf.h cmll_ofb.c | ||
106 | cmll_utl.o: ../../include/openssl/camellia.h ../../include/openssl/crypto.h | ||
107 | cmll_utl.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | ||
108 | cmll_utl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
109 | cmll_utl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
110 | cmll_utl.o: ../../include/openssl/symhacks.h cmll_locl.h cmll_utl.c | ||