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/comp | |
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/comp')
-rw-r--r-- | src/lib/libcrypto/comp/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/lib/libcrypto/comp/Makefile b/src/lib/libcrypto/comp/Makefile index efda832dce..4765b7909d 100644 --- a/src/lib/libcrypto/comp/Makefile +++ b/src/lib/libcrypto/comp/Makefile | |||
@@ -76,33 +76,3 @@ clean: | |||
76 | rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 76 | rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
77 | 77 | ||
78 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 78 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
79 | |||
80 | c_rle.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
81 | c_rle.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h | ||
82 | c_rle.o: ../../include/openssl/e_os2.h ../../include/openssl/obj_mac.h | ||
83 | c_rle.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
84 | c_rle.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
85 | c_rle.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
86 | c_rle.o: ../../include/openssl/symhacks.h c_rle.c | ||
87 | c_zlib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
88 | c_zlib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h | ||
89 | c_zlib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
90 | c_zlib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
91 | c_zlib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
92 | c_zlib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
93 | c_zlib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
94 | c_zlib.o: ../../include/openssl/symhacks.h c_zlib.c | ||
95 | comp_err.o: ../../include/openssl/bio.h ../../include/openssl/comp.h | ||
96 | comp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
97 | comp_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
98 | comp_err.o: ../../include/openssl/opensslconf.h | ||
99 | comp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
100 | comp_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
101 | comp_err.o: ../../include/openssl/symhacks.h comp_err.c | ||
102 | comp_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
103 | comp_lib.o: ../../include/openssl/comp.h ../../include/openssl/crypto.h | ||
104 | comp_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/obj_mac.h | ||
105 | comp_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
106 | comp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
107 | comp_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
108 | comp_lib.o: ../../include/openssl/symhacks.h comp_lib.c | ||