diff options
Diffstat (limited to 'src/lib/libcrypto/rand/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/rand/Makefile.ssl | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/lib/libcrypto/rand/Makefile.ssl b/src/lib/libcrypto/rand/Makefile.ssl index 014356cb18..be8eea34a2 100644 --- a/src/lib/libcrypto/rand/Makefile.ssl +++ b/src/lib/libcrypto/rand/Makefile.ssl | |||
@@ -22,8 +22,8 @@ TEST= randtest.c | |||
22 | APPS= | 22 | APPS= |
23 | 23 | ||
24 | LIB=$(TOP)/libcrypto.a | 24 | LIB=$(TOP)/libcrypto.a |
25 | LIBSRC=md_rand.c randfile.c rand_lib.c | 25 | LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c |
26 | LIBOBJ=md_rand.o randfile.o rand_lib.o | 26 | LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o |
27 | 27 | ||
28 | SRC= $(LIBSRC) | 28 | SRC= $(LIBSRC) |
29 | 29 | ||
@@ -79,9 +79,14 @@ clean: | |||
79 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 79 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
80 | 80 | ||
81 | md_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 81 | md_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h |
82 | md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 82 | md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
83 | md_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h | 83 | md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
84 | md_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | ||
84 | md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 85 | md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
86 | rand_egd.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h | ||
87 | rand_err.o: ../../include/openssl/err.h ../../include/openssl/rand.h | ||
85 | rand_lib.o: ../../include/openssl/rand.h | 88 | rand_lib.o: ../../include/openssl/rand.h |
86 | randfile.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 89 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h |
87 | randfile.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h | 90 | randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
91 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h | ||
92 | randfile.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||