diff options
| author | markus <> | 2002-09-12 20:53:15 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-12 20:53:15 +0000 |
| commit | cb7ad8e6800971ee3f2b6cd03d0231f7808b1082 (patch) | |
| tree | 4a4595d2b2abaec6b64b01698059c0648ef7436d /src/lib/libcrypto/krb5 | |
| parent | 349cbd2e4adbc627f1a356c7114ff3a53dfb842a (diff) | |
| download | openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.tar.gz openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.tar.bz2 openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.zip | |
import openssl-0.9.7-stable-SNAP-20020911 (without idea)
Diffstat (limited to 'src/lib/libcrypto/krb5')
| -rw-r--r-- | src/lib/libcrypto/krb5/Makefile.ssl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/krb5/Makefile.ssl b/src/lib/libcrypto/krb5/Makefile.ssl index 496370f1aa..8daed59211 100644 --- a/src/lib/libcrypto/krb5/Makefile.ssl +++ b/src/lib/libcrypto/krb5/Makefile.ssl | |||
| @@ -45,13 +45,13 @@ lib: $(LIBOBJ) | |||
| 45 | @touch lib | 45 | @touch lib |
| 46 | 46 | ||
| 47 | files: | 47 | 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 | @$(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) |
| 55 | 55 | ||
| 56 | install: | 56 | install: |
| 57 | @for i in $(EXHEADER) ; \ | 57 | @for i in $(EXHEADER) ; \ |
