diff options
| author | beck <> | 2002-05-15 02:29:21 +0000 |
|---|---|---|
| committer | beck <> | 2002-05-15 02:29:21 +0000 |
| commit | b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9 (patch) | |
| tree | fa27cf82a1250b64ed3bf5f4a18c7354d470bbcc /src/lib/libcrypto/stack/Makefile.ssl | |
| parent | e471e1ea98d673597b182ea85f29e30c97cd08b5 (diff) | |
| download | openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.gz openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.tar.bz2 openbsd-b64270d1e45fe7f3241e4c9b6ce60d5ac89bc2e9.zip | |
OpenSSL 0.9.7 stable 2002 05 08 merge
Diffstat (limited to 'src/lib/libcrypto/stack/Makefile.ssl')
| -rw-r--r-- | src/lib/libcrypto/stack/Makefile.ssl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/stack/Makefile.ssl b/src/lib/libcrypto/stack/Makefile.ssl index c916fd5451..23b24040bc 100644 --- a/src/lib/libcrypto/stack/Makefile.ssl +++ b/src/lib/libcrypto/stack/Makefile.ssl | |||
| @@ -11,7 +11,8 @@ INSTALL_PREFIX= | |||
| 11 | OPENSSLDIR= /usr/local/ssl | 11 | OPENSSLDIR= /usr/local/ssl |
| 12 | INSTALLTOP=/usr/local/ssl | 12 | INSTALLTOP=/usr/local/ssl |
| 13 | MAKE= make -f Makefile.ssl | 13 | MAKE= make -f Makefile.ssl |
| 14 | MAKEDEPEND= $(TOP)/util/domd $(TOP) | 14 | MAKEDEPPROG= makedepend |
| 15 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
| 15 | MAKEFILE= Makefile.ssl | 16 | MAKEFILE= Makefile.ssl |
| 16 | AR= ar r | 17 | AR= ar r |
| 17 | 18 | ||
| @@ -39,8 +40,7 @@ all: lib | |||
| 39 | 40 | ||
| 40 | lib: $(LIBOBJ) | 41 | lib: $(LIBOBJ) |
| 41 | $(AR) $(LIB) $(LIBOBJ) | 42 | $(AR) $(LIB) $(LIBOBJ) |
| 42 | @echo You may get an error following this line. Please ignore. | 43 | $(RANLIB) $(LIB) || echo Never mind. |
| 43 | - $(RANLIB) $(LIB) | ||
| 44 | @touch lib | 44 | @touch lib |
| 45 | 45 | ||
| 46 | files: | 46 | files: |
| @@ -79,10 +79,10 @@ clean: | |||
| 79 | 79 | ||
| 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 81 | 81 | ||
| 82 | stack.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 82 | stack.o: ../../e_os.h ../../include/openssl/bio.h |
| 83 | stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 83 | stack.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 84 | stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 84 | stack.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
| 85 | stack.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 85 | stack.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
| 86 | stack.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 86 | stack.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
| 87 | stack.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 87 | stack.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 88 | stack.o: ../cryptlib.h | 88 | stack.o: ../cryptlib.h stack.c |
