summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-03-21 00:26:45 +0000
committerderaadt <deraadt@openbsd.org>2000-03-21 00:26:45 +0000
commitbf608a1a4cfeda7cc4bd9ddfddb0153d537c40ef (patch)
treede87bc97a27ec298b004d91f02bfcab229e12e92 /lib/libssl/src
parentsync (diff)
downloadwireguard-openbsd-bf608a1a4cfeda7cc4bd9ddfddb0153d537c40ef.tar.xz
wireguard-openbsd-bf608a1a4cfeda7cc4bd9ddfddb0153d537c40ef.zip
force shell execution; TDeval@PrimeOBJ.COM
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/Makefile.org2
-rw-r--r--lib/libssl/src/crypto/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/Makefile.org b/lib/libssl/src/Makefile.org
index be6894426f4..cc021307580 100644
--- a/lib/libssl/src/Makefile.org
+++ b/lib/libssl/src/Makefile.org
@@ -246,7 +246,7 @@ files:
done;
links:
- @$(TOP)/util/point.sh Makefile.ssl Makefile
+ @${SHELL} $(TOP)/util/point.sh Makefile.ssl Makefile
@$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
@$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
@for i in $(DIRS); do \
diff --git a/lib/libssl/src/crypto/Makefile b/lib/libssl/src/crypto/Makefile
index c0b6e906a87..24b7f32fdda 100644
--- a/lib/libssl/src/crypto/Makefile
+++ b/lib/libssl/src/crypto/Makefile
@@ -82,7 +82,7 @@ links:
@$(SHELL) $(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
- @$(TOP)/util/point.sh Makefile.ssl Makefile
+ @${SHELL} $(TOP)/util/point.sh Makefile.ssl Makefile
@for i in $(SDIRS); do \
(cd $$i; echo "making links in crypto/$$i..."; \
$(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 ); \