diff options
author | deraadt <> | 1999-11-23 02:28:31 +0000 |
---|---|---|
committer | deraadt <> | 1999-11-23 02:28:31 +0000 |
commit | 606d1f0e4a4c5dd05abe03abec1c773ac4ba0726 (patch) | |
tree | 275a089f1c02320b5d9db23bcdccc6ffc5728193 /src/lib/libcrypto/cast | |
parent | a591d0367190c85d8febd0557dba55438a783a6a (diff) | |
download | openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.tar.gz openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.tar.bz2 openbsd-606d1f0e4a4c5dd05abe03abec1c773ac4ba0726.zip |
do not assume shell scripts are +x; d
Diffstat (limited to 'src/lib/libcrypto/cast')
-rw-r--r-- | src/lib/libcrypto/cast/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cast/Makefile.ssl b/src/lib/libcrypto/cast/Makefile.ssl index cc040576ae..763148e314 100644 --- a/src/lib/libcrypto/cast/Makefile.ssl +++ b/src/lib/libcrypto/cast/Makefile.ssl | |||
@@ -75,7 +75,7 @@ files: | |||
75 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 75 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
76 | 76 | ||
77 | links: | 77 | links: |
78 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 78 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
79 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 79 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
80 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 80 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
81 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 81 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |