summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/krb5
diff options
context:
space:
mode:
authorderaadt <>2002-05-25 06:02:05 +0000
committerderaadt <>2002-05-25 06:02:05 +0000
commitda6576b402c8f284eadb6172c96aa71e2ff544fe (patch)
treee800bf54ac493ba343ee84dda29736ac903aa24c /src/lib/libcrypto/krb5
parent2be7fb6fb1368b131cd6a8f7ee34d9c11ef25a64 (diff)
downloadopenbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.tar.gz
openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.tar.bz2
openbsd-da6576b402c8f284eadb6172c96aa71e2ff544fe.zip
do not assume scripts are executable
Diffstat (limited to 'src/lib/libcrypto/krb5')
-rw-r--r--src/lib/libcrypto/krb5/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
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
50links: 50links:
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)