diff options
author | deraadt <> | 2002-05-25 06:02:05 +0000 |
---|---|---|
committer | deraadt <> | 2002-05-25 06:02:05 +0000 |
commit | da6576b402c8f284eadb6172c96aa71e2ff544fe (patch) | |
tree | e800bf54ac493ba343ee84dda29736ac903aa24c /src/lib/libcrypto/aes | |
parent | 2be7fb6fb1368b131cd6a8f7ee34d9c11ef25a64 (diff) | |
download | openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.tar.gz openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.tar.bz2 openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.zip |
do not assume scripts are executable
Diffstat (limited to 'src/lib/libcrypto/aes')
-rw-r--r-- | src/lib/libcrypto/aes/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/aes/Makefile.ssl b/src/lib/libcrypto/aes/Makefile.ssl index c189ce0824..aa16bbee2a 100644 --- a/src/lib/libcrypto/aes/Makefile.ssl +++ b/src/lib/libcrypto/aes/Makefile.ssl | |||
@@ -52,7 +52,7 @@ files: | |||
52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
53 | 53 | ||
54 | links: | 54 | links: |
55 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 55 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |