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/ui | |
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/ui')
-rw-r--r-- | src/lib/libcrypto/ui/Makefile | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/lib/libcrypto/ui/Makefile b/src/lib/libcrypto/ui/Makefile index a685659fb4..080ba698dd 100644 --- a/src/lib/libcrypto/ui/Makefile +++ b/src/lib/libcrypto/ui/Makefile | |||
@@ -77,35 +77,3 @@ clean: | |||
77 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 77 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
78 | 78 | ||
79 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 79 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
80 | |||
81 | ui_compat.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | ||
82 | ui_compat.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
83 | ui_compat.o: ../../include/openssl/stack.h ../../include/openssl/ui.h | ||
84 | ui_compat.o: ../../include/openssl/ui_compat.h ui_compat.c | ||
85 | ui_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | ||
86 | ui_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
87 | ui_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
88 | ui_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
89 | ui_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
90 | ui_err.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h ui_err.c | ||
91 | ui_lib.o: ../../e_os.h ../../include/openssl/bio.h | ||
92 | ui_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
93 | ui_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
94 | ui_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
95 | ui_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
96 | ui_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
97 | ui_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
98 | ui_lib.o: ../cryptlib.h ui_lib.c ui_locl.h | ||
99 | ui_openssl.o: ../../e_os.h ../../include/openssl/bio.h | ||
100 | ui_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
101 | ui_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
102 | ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
103 | ui_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
104 | ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
105 | ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
106 | ui_openssl.o: ../cryptlib.h ui_locl.h ui_openssl.c | ||
107 | ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
108 | ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
109 | ui_util.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | ||
110 | ui_util.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
111 | ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c | ||