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 | |
parent | 2be7fb6fb1368b131cd6a8f7ee34d9c11ef25a64 (diff) | |
download | openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.tar.gz openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.tar.bz2 openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.zip |
do not assume scripts are executable
-rw-r--r-- | src/lib/libcrypto/aes/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/ec/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/engine/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/krb5/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/ocsp/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/ui/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/aes/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/ec/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/engine/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/krb5/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/ocsp/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/ui/Makefile.ssl | 2 |
12 files changed, 12 insertions, 12 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) |
diff --git a/src/lib/libcrypto/ec/Makefile.ssl b/src/lib/libcrypto/ec/Makefile.ssl index 7a21b7195f..fb6f22130f 100644 --- a/src/lib/libcrypto/ec/Makefile.ssl +++ b/src/lib/libcrypto/ec/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/engine/Makefile.ssl b/src/lib/libcrypto/engine/Makefile.ssl index ff5571298c..5172028f93 100644 --- a/src/lib/libcrypto/engine/Makefile.ssl +++ b/src/lib/libcrypto/engine/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/krb5/Makefile.ssl b/src/lib/libcrypto/krb5/Makefile.ssl index 6dd4449e1e..748c7d94f8 100644 --- a/src/lib/libcrypto/krb5/Makefile.ssl +++ b/src/lib/libcrypto/krb5/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 | ||
50 | links: | 50 | links: |
51 | $(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) |
diff --git a/src/lib/libcrypto/ocsp/Makefile.ssl b/src/lib/libcrypto/ocsp/Makefile.ssl index b69abdc1c7..2e9a6f0759 100644 --- a/src/lib/libcrypto/ocsp/Makefile.ssl +++ b/src/lib/libcrypto/ocsp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | $(TOP)/util/point.sh Makefile.ssl Makefile ; | 53 | sh $(TOP)/util/point.sh Makefile.ssl Makefile ; |
54 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ui/Makefile.ssl b/src/lib/libcrypto/ui/Makefile.ssl index d51c1ff67a..7de1d0022b 100644 --- a/src/lib/libcrypto/ui/Makefile.ssl +++ b/src/lib/libcrypto/ui/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/aes/Makefile.ssl b/src/lib/libssl/src/crypto/aes/Makefile.ssl index c189ce0824..aa16bbee2a 100644 --- a/src/lib/libssl/src/crypto/aes/Makefile.ssl +++ b/src/lib/libssl/src/crypto/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) |
diff --git a/src/lib/libssl/src/crypto/ec/Makefile.ssl b/src/lib/libssl/src/crypto/ec/Makefile.ssl index 7a21b7195f..fb6f22130f 100644 --- a/src/lib/libssl/src/crypto/ec/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ec/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/engine/Makefile.ssl b/src/lib/libssl/src/crypto/engine/Makefile.ssl index ff5571298c..5172028f93 100644 --- a/src/lib/libssl/src/crypto/engine/Makefile.ssl +++ b/src/lib/libssl/src/crypto/engine/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/krb5/Makefile.ssl b/src/lib/libssl/src/crypto/krb5/Makefile.ssl index 6dd4449e1e..748c7d94f8 100644 --- a/src/lib/libssl/src/crypto/krb5/Makefile.ssl +++ b/src/lib/libssl/src/crypto/krb5/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 | ||
50 | links: | 50 | links: |
51 | $(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) |
diff --git a/src/lib/libssl/src/crypto/ocsp/Makefile.ssl b/src/lib/libssl/src/crypto/ocsp/Makefile.ssl index b69abdc1c7..2e9a6f0759 100644 --- a/src/lib/libssl/src/crypto/ocsp/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ocsp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ files: | |||
50 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | $(TOP)/util/point.sh Makefile.ssl Makefile ; | 53 | sh $(TOP)/util/point.sh Makefile.ssl Makefile ; |
54 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/ui/Makefile.ssl b/src/lib/libssl/src/crypto/ui/Makefile.ssl index d51c1ff67a..7de1d0022b 100644 --- a/src/lib/libssl/src/crypto/ui/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ui/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |