diff options
Diffstat (limited to 'src/lib/libcrypto')
43 files changed, 75 insertions, 62 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index 9def17ae60..b9951a4600 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
@@ -50,7 +50,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER) | |||
50 | top: | 50 | top: |
51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) | 51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) |
52 | 52 | ||
53 | all: buildinf.h lib subdirs shared | 53 | all: shared |
54 | 54 | ||
55 | buildinf.h: ../Makefile.ssl | 55 | buildinf.h: ../Makefile.ssl |
56 | ( echo "#ifndef MK1MF_BUILD"; \ | 56 | ( echo "#ifndef MK1MF_BUILD"; \ |
@@ -81,11 +81,11 @@ files: | |||
81 | done; | 81 | done; |
82 | 82 | ||
83 | links: | 83 | links: |
84 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 84 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
85 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) | 85 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) |
86 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) | 86 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) |
87 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) | 87 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) |
88 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 88 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
89 | @for i in $(SDIRS); do \ | 89 | @for i in $(SDIRS); do \ |
90 | (cd $$i && echo "making links in crypto/$$i..." && \ | 90 | (cd $$i && echo "making links in crypto/$$i..." && \ |
91 | $(MAKE) CC='$(CC)' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' AR='${AR}' PERL='${PERL}' links ); \ | 91 | $(MAKE) CC='$(CC)' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' AR='${AR}' PERL='${PERL}' links ); \ |
@@ -96,7 +96,7 @@ lib: $(LIBOBJ) | |||
96 | $(RANLIB) $(LIB) || echo Never mind. | 96 | $(RANLIB) $(LIB) || echo Never mind. |
97 | @touch lib | 97 | @touch lib |
98 | 98 | ||
99 | shared: | 99 | shared: buildinf.h lib subdirs |
100 | if [ -n "$(SHARED_LIBS)" ]; then \ | 100 | if [ -n "$(SHARED_LIBS)" ]; then \ |
101 | (cd ..; $(MAKE) $(SHARED_LIB)); \ | 101 | (cd ..; $(MAKE) $(SHARED_LIB)); \ |
102 | fi | 102 | fi |
diff --git a/src/lib/libcrypto/aes/Makefile.ssl b/src/lib/libcrypto/aes/Makefile.ssl index 364d05bbfe..f353aeb697 100644 --- a/src/lib/libcrypto/aes/Makefile.ssl +++ b/src/lib/libcrypto/aes/Makefile.ssl | |||
@@ -52,7 +52,7 @@ files: | |||
52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
53 | 53 | ||
54 | links: | 54 | links: |
55 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 55 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/asn1/Makefile.ssl b/src/lib/libcrypto/asn1/Makefile.ssl index 944d8f164a..cb45194d48 100644 --- a/src/lib/libcrypto/asn1/Makefile.ssl +++ b/src/lib/libcrypto/asn1/Makefile.ssl | |||
@@ -77,7 +77,7 @@ files: | |||
77 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 77 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
78 | 78 | ||
79 | links: | 79 | links: |
80 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 80 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
81 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 81 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
82 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 82 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
83 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 83 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/bf/Makefile.ssl b/src/lib/libcrypto/bf/Makefile.ssl index bb14a0ee82..be3ad77a05 100644 --- a/src/lib/libcrypto/bf/Makefile.ssl +++ b/src/lib/libcrypto/bf/Makefile.ssl | |||
@@ -22,6 +22,7 @@ BF_ENC= bf_enc.o | |||
22 | #DES_ENC= bx86-elf.o | 22 | #DES_ENC= bx86-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=bftest.c | 28 | TEST=bftest.c |
@@ -67,7 +68,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 69 | ||
69 | links: | 70 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/bio/Makefile.ssl b/src/lib/libcrypto/bio/Makefile.ssl index 141a03ae1d..d0b9e297b0 100644 --- a/src/lib/libcrypto/bio/Makefile.ssl +++ b/src/lib/libcrypto/bio/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/bn/Makefile.ssl b/src/lib/libcrypto/bn/Makefile.ssl index 090fccdf7d..50892ef44c 100644 --- a/src/lib/libcrypto/bn/Makefile.ssl +++ b/src/lib/libcrypto/bn/Makefile.ssl | |||
@@ -120,11 +120,14 @@ asm/ia64-cpp.o: asm/ia64.S | |||
120 | 120 | ||
121 | asm/x86_64-gcc.o: asm/x86_64-gcc.c | 121 | asm/x86_64-gcc.o: asm/x86_64-gcc.c |
122 | 122 | ||
123 | asm/pa-risc2W.o: asm/pa-risc2W.s | ||
124 | /usr/ccs/bin/as -o asm/pa-rics2W.o asm/pa-risc2W.s | ||
125 | |||
123 | files: | 126 | files: |
124 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 127 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
125 | 128 | ||
126 | links: | 129 | links: |
127 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 130 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
128 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 131 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
129 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 132 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
130 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 133 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/buffer/Makefile.ssl b/src/lib/libcrypto/buffer/Makefile.ssl index e8b6c9693a..b131ca3078 100644 --- a/src/lib/libcrypto/buffer/Makefile.ssl +++ b/src/lib/libcrypto/buffer/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/cast/Makefile.ssl b/src/lib/libcrypto/cast/Makefile.ssl index 70c47bf8e6..98393a37ba 100644 --- a/src/lib/libcrypto/cast/Makefile.ssl +++ b/src/lib/libcrypto/cast/Makefile.ssl | |||
@@ -25,6 +25,7 @@ CAST_ENC=c_enc.o | |||
25 | #CAST_ENC=asm/cx86bdsi.o | 25 | #CAST_ENC=asm/cx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=casttest.c | 31 | TEST=casttest.c |
@@ -70,7 +71,7 @@ files: | |||
70 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
71 | 72 | ||
72 | links: | 73 | links: |
73 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
75 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/comp/Makefile.ssl b/src/lib/libcrypto/comp/Makefile.ssl index f60c7a1afc..f70ba1b285 100644 --- a/src/lib/libcrypto/comp/Makefile.ssl +++ b/src/lib/libcrypto/comp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/conf/Makefile.ssl b/src/lib/libcrypto/conf/Makefile.ssl index 28b3f9ac0b..c5873bc6e7 100644 --- a/src/lib/libcrypto/conf/Makefile.ssl +++ b/src/lib/libcrypto/conf/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl index 548573f4b1..0d9ba2b42f 100644 --- a/src/lib/libcrypto/des/Makefile.ssl +++ b/src/lib/libcrypto/des/Makefile.ssl | |||
@@ -22,6 +22,7 @@ DES_ENC= des_enc.o fcrypt_b.o | |||
22 | #DES_ENC= dx86-elf.o yx86-elf.o | 22 | #DES_ENC= dx86-elf.o yx86-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=destest.c | 28 | TEST=destest.c |
@@ -96,7 +97,7 @@ files: | |||
96 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 97 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
97 | 98 | ||
98 | links: | 99 | links: |
99 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 100 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
100 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 101 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
101 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 102 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
102 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 103 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
@@ -157,12 +158,13 @@ cfb64enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | |||
157 | cfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 158 | cfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
158 | cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 159 | cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
159 | cfb64enc.o: cfb64enc.c des_locl.h | 160 | cfb64enc.o: cfb64enc.c des_locl.h |
160 | cfb_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 161 | cfb_enc.o: ../../e_os.h ../../include/openssl/crypto.h |
161 | cfb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 162 | cfb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h |
162 | cfb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 163 | cfb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
163 | cfb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 164 | cfb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
164 | cfb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 165 | cfb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
165 | cfb_enc.o: ../../include/openssl/ui_compat.h cfb_enc.c des_locl.h | 166 | cfb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
167 | cfb_enc.o: cfb_enc.c des_locl.h | ||
166 | des_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 168 | des_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
167 | des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 169 | des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
168 | des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 170 | des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
@@ -191,13 +193,13 @@ ecb3_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | |||
191 | ecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 193 | ecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
192 | ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 194 | ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
193 | ecb3_enc.o: des_locl.h ecb3_enc.c | 195 | ecb3_enc.o: des_locl.h ecb3_enc.c |
194 | ecb_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 196 | ecb_enc.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
195 | ecb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 197 | ecb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h |
196 | ecb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 198 | ecb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
197 | ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 199 | ecb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
198 | ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 200 | ecb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
199 | ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h des_ver.h ecb_enc.c | 201 | ecb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
200 | ecb_enc.o: spr.h | 202 | ecb_enc.o: des_locl.h des_ver.h ecb_enc.c spr.h |
201 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 203 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
202 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 204 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
203 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h | 205 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h |
diff --git a/src/lib/libcrypto/dh/Makefile.ssl b/src/lib/libcrypto/dh/Makefile.ssl index 1c447e971f..e05fc01a12 100644 --- a/src/lib/libcrypto/dh/Makefile.ssl +++ b/src/lib/libcrypto/dh/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/dsa/Makefile.ssl b/src/lib/libcrypto/dsa/Makefile.ssl index 014d006347..e5f8a8cf51 100644 --- a/src/lib/libcrypto/dsa/Makefile.ssl +++ b/src/lib/libcrypto/dsa/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/dso/Makefile.ssl b/src/lib/libcrypto/dso/Makefile.ssl index 3d00363bb6..c0449d184e 100644 --- a/src/lib/libcrypto/dso/Makefile.ssl +++ b/src/lib/libcrypto/dso/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ec/Makefile.ssl b/src/lib/libcrypto/ec/Makefile.ssl index c34a49c1b1..a2805c47a2 100644 --- a/src/lib/libcrypto/ec/Makefile.ssl +++ b/src/lib/libcrypto/ec/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/engine/Makefile.ssl b/src/lib/libcrypto/engine/Makefile.ssl index 847d672400..30a4446ff9 100644 --- a/src/lib/libcrypto/engine/Makefile.ssl +++ b/src/lib/libcrypto/engine/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/err/Makefile.ssl b/src/lib/libcrypto/err/Makefile.ssl index 390bde1f16..b253061d07 100644 --- a/src/lib/libcrypto/err/Makefile.ssl +++ b/src/lib/libcrypto/err/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/evp/Makefile.ssl b/src/lib/libcrypto/evp/Makefile.ssl index 772afd71f5..f33aebd33a 100644 --- a/src/lib/libcrypto/evp/Makefile.ssl +++ b/src/lib/libcrypto/evp/Makefile.ssl | |||
@@ -67,7 +67,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 68 | ||
69 | links: | 69 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 70 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | cp $(TESTDATA) ../../test | 73 | cp $(TESTDATA) ../../test |
diff --git a/src/lib/libcrypto/hmac/Makefile.ssl b/src/lib/libcrypto/hmac/Makefile.ssl index d48df0597e..f1c07322c4 100644 --- a/src/lib/libcrypto/hmac/Makefile.ssl +++ b/src/lib/libcrypto/hmac/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/idea/Makefile.ssl b/src/lib/libcrypto/idea/Makefile.ssl index ca4b76fc2f..fa016ea399 100644 --- a/src/lib/libcrypto/idea/Makefile.ssl +++ b/src/lib/libcrypto/idea/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/krb5/Makefile.ssl b/src/lib/libcrypto/krb5/Makefile.ssl index 7136d7a402..d9224c0f09 100644 --- a/src/lib/libcrypto/krb5/Makefile.ssl +++ b/src/lib/libcrypto/krb5/Makefile.ssl | |||
@@ -48,7 +48,7 @@ files: | |||
48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | @$(TOP)/util/point.sh Makefile.ssl Makefile ; | 51 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile ; |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/lhash/Makefile.ssl b/src/lib/libcrypto/lhash/Makefile.ssl index 1902e4a899..60e7ee3393 100644 --- a/src/lib/libcrypto/lhash/Makefile.ssl +++ b/src/lib/libcrypto/lhash/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/md2/Makefile.ssl b/src/lib/libcrypto/md2/Makefile.ssl index e5b3265a44..3206924c90 100644 --- a/src/lib/libcrypto/md2/Makefile.ssl +++ b/src/lib/libcrypto/md2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/md4/Makefile.ssl b/src/lib/libcrypto/md4/Makefile.ssl index 4d2d7369e6..7d2e8d8d3b 100644 --- a/src/lib/libcrypto/md4/Makefile.ssl +++ b/src/lib/libcrypto/md4/Makefile.ssl | |||
@@ -48,7 +48,7 @@ files: | |||
48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 51 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/md5/Makefile.ssl b/src/lib/libcrypto/md5/Makefile.ssl index 2d4df972ff..2361775a2d 100644 --- a/src/lib/libcrypto/md5/Makefile.ssl +++ b/src/lib/libcrypto/md5/Makefile.ssl | |||
@@ -84,7 +84,7 @@ files: | |||
84 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 84 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
85 | 85 | ||
86 | links: | 86 | links: |
87 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 87 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
88 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 88 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
89 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 89 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
90 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 90 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/mdc2/Makefile.ssl b/src/lib/libcrypto/mdc2/Makefile.ssl index 387d7f8cd8..33f366fb08 100644 --- a/src/lib/libcrypto/mdc2/Makefile.ssl +++ b/src/lib/libcrypto/mdc2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/objects/Makefile.ssl b/src/lib/libcrypto/objects/Makefile.ssl index 1f5d213495..3e7a194cf9 100644 --- a/src/lib/libcrypto/objects/Makefile.ssl +++ b/src/lib/libcrypto/objects/Makefile.ssl | |||
@@ -55,7 +55,7 @@ files: | |||
55 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 55 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
56 | 56 | ||
57 | links: | 57 | links: |
58 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 58 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
60 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 60 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ocsp/Makefile.ssl b/src/lib/libcrypto/ocsp/Makefile.ssl index 8d5a85a55c..02477be538 100644 --- a/src/lib/libcrypto/ocsp/Makefile.ssl +++ b/src/lib/libcrypto/ocsp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile ; | 53 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile ; |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/pem/Makefile.ssl b/src/lib/libcrypto/pem/Makefile.ssl index 90eda931f7..d3043eb401 100644 --- a/src/lib/libcrypto/pem/Makefile.ssl +++ b/src/lib/libcrypto/pem/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: $(EXHEADER) | 52 | links: $(EXHEADER) |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/pkcs12/Makefile.ssl b/src/lib/libcrypto/pkcs12/Makefile.ssl index b4c564262c..a6e47b4085 100644 --- a/src/lib/libcrypto/pkcs12/Makefile.ssl +++ b/src/lib/libcrypto/pkcs12/Makefile.ssl | |||
@@ -53,7 +53,7 @@ files: | |||
53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
54 | 54 | ||
55 | links: | 55 | links: |
56 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 56 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/pkcs7/Makefile.ssl b/src/lib/libcrypto/pkcs7/Makefile.ssl index 69cddb04b8..c3bfc7d560 100644 --- a/src/lib/libcrypto/pkcs7/Makefile.ssl +++ b/src/lib/libcrypto/pkcs7/Makefile.ssl | |||
@@ -68,7 +68,7 @@ files: | |||
68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
69 | 69 | ||
70 | links: | 70 | links: |
71 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rand/Makefile.ssl b/src/lib/libcrypto/rand/Makefile.ssl index b25421e3ab..e5cbe5319c 100644 --- a/src/lib/libcrypto/rand/Makefile.ssl +++ b/src/lib/libcrypto/rand/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
@@ -101,7 +101,8 @@ md_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | |||
101 | md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 101 | md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
102 | md_rand.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 102 | md_rand.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
103 | md_rand.o: md_rand.c rand_lcl.h | 103 | md_rand.o: md_rand.c rand_lcl.h |
104 | rand_egd.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 104 | rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h |
105 | rand_egd.o: ../../include/openssl/opensslconf.h | ||
105 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | 106 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h |
106 | rand_egd.o: rand_egd.c | 107 | rand_egd.o: rand_egd.c |
107 | rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | 108 | rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
@@ -186,8 +187,9 @@ rand_win.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | |||
186 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 187 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
187 | rand_win.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 188 | rand_win.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
188 | rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c | 189 | rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c |
189 | randfile.o: ../../e_os.h ../../include/openssl/crypto.h | 190 | randfile.o: ../../e_os.h ../../include/openssl/buffer.h |
190 | randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 191 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
192 | randfile.o: ../../include/openssl/opensslconf.h | ||
191 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 193 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
192 | randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | 194 | randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
193 | randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 195 | randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
diff --git a/src/lib/libcrypto/rc2/Makefile.ssl b/src/lib/libcrypto/rc2/Makefile.ssl index aa73dea5b6..98d5960d5d 100644 --- a/src/lib/libcrypto/rc2/Makefile.ssl +++ b/src/lib/libcrypto/rc2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rc4/Makefile.ssl b/src/lib/libcrypto/rc4/Makefile.ssl index b210b42f8f..3e602662be 100644 --- a/src/lib/libcrypto/rc4/Makefile.ssl +++ b/src/lib/libcrypto/rc4/Makefile.ssl | |||
@@ -25,6 +25,7 @@ RC4_ENC=rc4_enc.o | |||
25 | #RC4_ENC=asm/rx86bdsi.o | 25 | #RC4_ENC=asm/rx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=rc4test.c | 31 | TEST=rc4test.c |
@@ -70,7 +71,7 @@ files: | |||
70 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
71 | 72 | ||
72 | links: | 73 | links: |
73 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
75 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rc5/Makefile.ssl b/src/lib/libcrypto/rc5/Makefile.ssl index 3ad6655946..3f9632f8f7 100644 --- a/src/lib/libcrypto/rc5/Makefile.ssl +++ b/src/lib/libcrypto/rc5/Makefile.ssl | |||
@@ -22,6 +22,7 @@ RC5_ENC= rc5_enc.o | |||
22 | #DES_ENC= r586-elf.o | 22 | #DES_ENC= r586-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=rc5test.c | 28 | TEST=rc5test.c |
@@ -67,7 +68,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 69 | ||
69 | links: | 70 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ripemd/Makefile.ssl b/src/lib/libcrypto/ripemd/Makefile.ssl index 3583dfdcaf..f22ac790ae 100644 --- a/src/lib/libcrypto/ripemd/Makefile.ssl +++ b/src/lib/libcrypto/ripemd/Makefile.ssl | |||
@@ -20,6 +20,7 @@ AR= ar r | |||
20 | RIP_ASM_OBJ= | 20 | RIP_ASM_OBJ= |
21 | 21 | ||
22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
23 | 24 | ||
24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
25 | TEST=rmdtest.c | 26 | TEST=rmdtest.c |
@@ -65,7 +66,7 @@ files: | |||
65 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 66 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
66 | 67 | ||
67 | links: | 68 | links: |
68 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 69 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
69 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 70 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
70 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rsa/Makefile.ssl b/src/lib/libcrypto/rsa/Makefile.ssl index ce3f818e5b..8089344a04 100644 --- a/src/lib/libcrypto/rsa/Makefile.ssl +++ b/src/lib/libcrypto/rsa/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/sha/Makefile.ssl b/src/lib/libcrypto/sha/Makefile.ssl index 864645c8b5..4ba201c787 100644 --- a/src/lib/libcrypto/sha/Makefile.ssl +++ b/src/lib/libcrypto/sha/Makefile.ssl | |||
@@ -20,6 +20,7 @@ AR= ar r | |||
20 | SHA1_ASM_OBJ= | 20 | SHA1_ASM_OBJ= |
21 | 21 | ||
22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
23 | 24 | ||
24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
25 | TEST=shatest.c sha1test.c | 26 | TEST=shatest.c sha1test.c |
@@ -65,7 +66,7 @@ files: | |||
65 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 66 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
66 | 67 | ||
67 | links: | 68 | links: |
68 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 69 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
69 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 70 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
70 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/stack/Makefile.ssl b/src/lib/libcrypto/stack/Makefile.ssl index e4acfe6aba..7120fb804a 100644 --- a/src/lib/libcrypto/stack/Makefile.ssl +++ b/src/lib/libcrypto/stack/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/txt_db/Makefile.ssl b/src/lib/libcrypto/txt_db/Makefile.ssl index 313f75313b..6221dfae4d 100644 --- a/src/lib/libcrypto/txt_db/Makefile.ssl +++ b/src/lib/libcrypto/txt_db/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ui/Makefile.ssl b/src/lib/libcrypto/ui/Makefile.ssl index 90ae7d4a4a..ba46951d1c 100644 --- a/src/lib/libcrypto/ui/Makefile.ssl +++ b/src/lib/libcrypto/ui/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/x509/Makefile.ssl b/src/lib/libcrypto/x509/Makefile.ssl index 6a5a879691..3a3452536c 100644 --- a/src/lib/libcrypto/x509/Makefile.ssl +++ b/src/lib/libcrypto/x509/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/x509v3/Makefile.ssl b/src/lib/libcrypto/x509v3/Makefile.ssl index 5ca169c37c..66df90c346 100644 --- a/src/lib/libcrypto/x509v3/Makefile.ssl +++ b/src/lib/libcrypto/x509v3/Makefile.ssl | |||
@@ -53,7 +53,7 @@ files: | |||
53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
54 | 54 | ||
55 | links: | 55 | links: |
56 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 56 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |