summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md4
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/md4
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/md4')
-rw-r--r--src/lib/libcrypto/md4/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md4/Makefile.ssl b/src/lib/libcrypto/md4/Makefile.ssl
index 58c2b20a78..9e38bf607f 100644
--- a/src/lib/libcrypto/md4/Makefile.ssl
+++ b/src/lib/libcrypto/md4/Makefile.ssl
@@ -48,7 +48,7 @@ files:
48 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO 48 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
49 49
50links: 50links:
51 @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile 51 @sh $(TOP)/util/point.sh Makefile.ssl Makefile
52 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) 52 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
53 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) 53 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
54 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 54 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)