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/des | |
| 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/des')
| -rw-r--r-- | src/lib/libcrypto/des/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl index 09fdd07305..7f9600cf02 100644 --- a/src/lib/libcrypto/des/Makefile.ssl +++ b/src/lib/libcrypto/des/Makefile.ssl | |||
| @@ -104,8 +104,8 @@ files: | |||
| 104 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 104 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
| 105 | 105 | ||
| 106 | links: | 106 | links: |
| 107 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 107 | @$(SHELL) $(TOP)/util/point.sh Makefile.ssl Makefile |
| 108 | @$(TOP)/util/point.sh ../../perlasm asm/perlasm | 108 | @$(SHELL) $(TOP)/util/point.sh ../../perlasm asm/perlasm |
| 109 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 109 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
| 110 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 110 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
| 111 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 111 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
