summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/buffer
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-11-23 02:27:57 +0000
committerderaadt <deraadt@openbsd.org>1999-11-23 02:27:57 +0000
commit36db59a5796807dfc2dc1bcc8e01d96b03d88896 (patch)
treeb68cc0224ef1d74951f3aee4ee691e5ee936c4f6 /lib/libcrypto/buffer
parentisakmpd is elsewhere; evanc@concer.to (diff)
downloadwireguard-openbsd-36db59a5796807dfc2dc1bcc8e01d96b03d88896.tar.xz
wireguard-openbsd-36db59a5796807dfc2dc1bcc8e01d96b03d88896.zip
do not assume shell scripts are +x; d
Diffstat (limited to 'lib/libcrypto/buffer')
-rw-r--r--lib/libcrypto/buffer/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/buffer/Makefile.ssl b/lib/libcrypto/buffer/Makefile.ssl
index b615c4c12db..f23de89e338 100644
--- a/lib/libcrypto/buffer/Makefile.ssl
+++ b/lib/libcrypto/buffer/Makefile.ssl
@@ -46,7 +46,7 @@ files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
links:
- @$(TOP)/util/point.sh Makefile.ssl Makefile
+ @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)