summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ripemd
diff options
context:
space:
mode:
authorderaadt <>1999-11-23 02:28:31 +0000
committerderaadt <>1999-11-23 02:28:31 +0000
commit606d1f0e4a4c5dd05abe03abec1c773ac4ba0726 (patch)
tree275a089f1c02320b5d9db23bcdccc6ffc5728193 /src/lib/libcrypto/ripemd
parenta591d0367190c85d8febd0557dba55438a783a6a (diff)
downloadopenbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.tar.gz
openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.tar.bz2
openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.zip
do not assume shell scripts are +x; d
Diffstat (limited to 'src/lib/libcrypto/ripemd')
-rw-r--r--src/lib/libcrypto/ripemd/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ripemd/Makefile.ssl b/src/lib/libcrypto/ripemd/Makefile.ssl
index b7cd25f123..5b6d1d2599 100644
--- a/src/lib/libcrypto/ripemd/Makefile.ssl
+++ b/src/lib/libcrypto/ripemd/Makefile.ssl
@@ -70,7 +70,7 @@ files:
70 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO 70 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
71 71
72links: 72links:
73 @$(TOP)/util/point.sh Makefile.ssl Makefile 73 @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile
74 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) 74 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
75 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) 75 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
76 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 76 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)