diff options
Diffstat (limited to 'src/lib/libcrypto/rc2/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/rc2/Makefile.ssl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libcrypto/rc2/Makefile.ssl b/src/lib/libcrypto/rc2/Makefile.ssl index 39813d68be..73ebbfa400 100644 --- a/src/lib/libcrypto/rc2/Makefile.ssl +++ b/src/lib/libcrypto/rc2/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: |
@@ -80,12 +80,12 @@ clean: | |||
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 | rc2_cbc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h | 82 | rc2_cbc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h |
83 | rc2_cbc.o: rc2_locl.h | 83 | rc2_cbc.o: rc2_cbc.c rc2_locl.h |
84 | rc2_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 84 | rc2_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
85 | rc2_ecb.o: ../../include/openssl/rc2.h rc2_locl.h | 85 | rc2_ecb.o: ../../include/openssl/rc2.h rc2_ecb.c rc2_locl.h |
86 | rc2_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h | 86 | rc2_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h |
87 | rc2_skey.o: rc2_locl.h | 87 | rc2_skey.o: rc2_locl.h rc2_skey.c |
88 | rc2cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h | 88 | rc2cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h |
89 | rc2cfb64.o: rc2_locl.h | 89 | rc2cfb64.o: rc2_locl.h rc2cfb64.c |
90 | rc2ofb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h | 90 | rc2ofb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc2.h |
91 | rc2ofb64.o: rc2_locl.h | 91 | rc2ofb64.o: rc2_locl.h rc2ofb64.c |