summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Attic
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/Attic
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/Attic')
-rw-r--r--src/lib/libcrypto/Attic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Attic/Makefile b/src/lib/libcrypto/Attic/Makefile
index 37aaac1528..f4813d3aaa 100644
--- a/src/lib/libcrypto/Attic/Makefile
+++ b/src/lib/libcrypto/Attic/Makefile
@@ -73,8 +73,8 @@ files:
73 done; 73 done;
74 74
75links: 75links:
76 @$(TOP)/util/point.sh Makefile.ssl Makefile 76 @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile
77 @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) 77 @$(SHELL) $(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER)
78 @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) 78 @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST)
79 @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) 79 @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
80 @$(TOP)/util/point.sh Makefile.ssl Makefile 80 @$(TOP)/util/point.sh Makefile.ssl Makefile