summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des
diff options
context:
space:
mode:
authormarkus <>2002-09-04 18:46:25 +0000
committermarkus <>2002-09-04 18:46:25 +0000
commit70a0eeb2dc3383eb94198ed84a863553d445b8e8 (patch)
tree915d9fb7a0ff7c1c3a38c2672501190985d3c8e9 /src/lib/libcrypto/des
parent9482ba4a58b16aebf5b63997d4f5c683914c694f (diff)
downloadopenbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.tar.gz
openbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.tar.bz2
openbsd-70a0eeb2dc3383eb94198ed84a863553d445b8e8.zip
execute bourne shell scripts with 'sh' and not with $SHELL
Diffstat (limited to 'src/lib/libcrypto/des')
-rw-r--r--src/lib/libcrypto/des/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl
index 04a73a9326..473810bec1 100644
--- a/src/lib/libcrypto/des/Makefile.ssl
+++ b/src/lib/libcrypto/des/Makefile.ssl
@@ -107,8 +107,8 @@ files:
107 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO 107 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
108 108
109links: 109links:
110 @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile 110 @sh $(TOP)/util/point.sh Makefile.ssl Makefile
111 @$(SHELL) $(TOP)/util/point.sh ../../perlasm asm/perlasm 111 @sh $(TOP)/util/point.sh ../../perlasm asm/perlasm
112 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) 112 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
113 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) 113 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
114 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 114 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)