diff options
| author | djm <> | 2010-10-01 22:54:18 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 22:54:18 +0000 |
| commit | 31f27c0675424c286ead39df16455abf64c6fb22 (patch) | |
| tree | 5c4f646f91f36980366de4e2ab158488aea47c60 /src/lib/libcrypto/bio | |
| parent | afe4a81d4f24643c1a5682bc6b6fc3f74a7a369e (diff) | |
| parent | 75291ae343a87368ad49c13ac02f85a88159417f (diff) | |
| download | openbsd-31f27c0675424c286ead39df16455abf64c6fb22.tar.gz openbsd-31f27c0675424c286ead39df16455abf64c6fb22.tar.bz2 openbsd-31f27c0675424c286ead39df16455abf64c6fb22.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/bio')
| -rw-r--r-- | src/lib/libcrypto/bio/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bio/Makefile b/src/lib/libcrypto/bio/Makefile index 1cd76ce7a2..c395d80496 100644 --- a/src/lib/libcrypto/bio/Makefile +++ b/src/lib/libcrypto/bio/Makefile | |||
| @@ -45,7 +45,7 @@ top: | |||
| 45 | all: lib | 45 | all: lib |
| 46 | 46 | ||
| 47 | lib: $(LIBOBJ) | 47 | lib: $(LIBOBJ) |
| 48 | $(ARX) $(LIB) $(LIBOBJ) | 48 | $(AR) $(LIB) $(LIBOBJ) |
| 49 | $(RANLIB) $(LIB) || echo Never mind. | 49 | $(RANLIB) $(LIB) || echo Never mind. |
| 50 | @touch lib | 50 | @touch lib |
| 51 | 51 | ||
| @@ -102,11 +102,12 @@ b_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | |||
| 102 | b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c | 102 | b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c |
| 103 | b_sock.o: ../../e_os.h ../../include/openssl/bio.h | 103 | b_sock.o: ../../e_os.h ../../include/openssl/bio.h |
| 104 | b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 104 | b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 105 | b_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 105 | b_sock.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 106 | b_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 106 | b_sock.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 107 | b_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 107 | b_sock.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 108 | b_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 108 | b_sock.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
| 109 | b_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h b_sock.c | 109 | b_sock.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 110 | b_sock.o: ../cryptlib.h b_sock.c | ||
| 110 | bf_buff.o: ../../e_os.h ../../include/openssl/bio.h | 111 | bf_buff.o: ../../e_os.h ../../include/openssl/bio.h |
| 111 | bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 112 | bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 112 | bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 113 | bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
