diff options
| author | markus <> | 2002-09-05 22:44:45 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-05 22:44:45 +0000 |
| commit | 349cbd2e4adbc627f1a356c7114ff3a53dfb842a (patch) | |
| tree | 73126e8d8922d3f016ad2caaf8b633c3fed98c90 /src/lib/libcrypto/Makefile.ssl | |
| parent | f3e848761b58c1645ce3b150d17770e528f39556 (diff) | |
| download | openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.gz openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.bz2 openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.zip | |
import openssl-0.9.7-beta3
Diffstat (limited to 'src/lib/libcrypto/Makefile.ssl')
| -rw-r--r-- | src/lib/libcrypto/Makefile.ssl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index dd755f49fb..8ac7016593 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
| @@ -136,12 +136,12 @@ lint: | |||
| 136 | 136 | ||
| 137 | depend: | 137 | depend: |
| 138 | if [ ! -f buildinf.h ]; then touch buildinf.h; fi # fake buildinf.h if it does not exist | 138 | if [ ! -f buildinf.h ]; then touch buildinf.h; fi # fake buildinf.h if it does not exist |
| 139 | $(MAKEDEPEND) $(INCLUDE) $(DEPFLAG) $(PROGS) $(LIBSRC) | 139 | $(MAKEDEPEND) $(CFLAG) $(INCLUDE) $(DEPFLAG) $(PROGS) $(LIBSRC) |
| 140 | if [ ! -s buildinf.h ]; then rm buildinf.h; fi | 140 | if [ ! -s buildinf.h ]; then rm buildinf.h; fi |
| 141 | @for i in $(SDIRS) ;\ | 141 | @for i in $(SDIRS) ;\ |
| 142 | do \ | 142 | do \ |
| 143 | (cd $$i && echo "making depend in crypto/$$i..." && \ | 143 | (cd $$i && echo "making depend in crypto/$$i..." && \ |
| 144 | $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' DEPFLAG='${DEPFLAG}' depend ); \ | 144 | $(MAKE) MAKEFILE='${MAKEFILE}' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' DEPFLAG='${DEPFLAG}' PERL='${PERL}' depend ); \ |
| 145 | done; | 145 | done; |
| 146 | 146 | ||
| 147 | clean: | 147 | clean: |
| @@ -180,7 +180,7 @@ cversion.o: ../include/openssl/err.h ../include/openssl/lhash.h | |||
| 180 | cversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 180 | cversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h |
| 181 | cversion.o: ../include/openssl/safestack.h ../include/openssl/stack.h | 181 | cversion.o: ../include/openssl/safestack.h ../include/openssl/stack.h |
| 182 | cversion.o: ../include/openssl/symhacks.h buildinf.h cryptlib.h cversion.c | 182 | cversion.o: ../include/openssl/symhacks.h buildinf.h cryptlib.h cversion.c |
| 183 | ebcdic.o: ../include/openssl/opensslconf.h ebcdic.c | 183 | ebcdic.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h ebcdic.c |
| 184 | ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h | 184 | ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h |
| 185 | ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h | 185 | ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h |
| 186 | ex_data.o: ../include/openssl/err.h ../include/openssl/lhash.h | 186 | ex_data.o: ../include/openssl/err.h ../include/openssl/lhash.h |
