diff options
| author | markus <> | 2002-09-05 22:44:45 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-05 22:44:45 +0000 |
| commit | 349cbd2e4adbc627f1a356c7114ff3a53dfb842a (patch) | |
| tree | 73126e8d8922d3f016ad2caaf8b633c3fed98c90 /src/lib/libcrypto/des | |
| parent | f3e848761b58c1645ce3b150d17770e528f39556 (diff) | |
| download | openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.gz openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.tar.bz2 openbsd-349cbd2e4adbc627f1a356c7114ff3a53dfb842a.zip | |
import openssl-0.9.7-beta3
Diffstat (limited to 'src/lib/libcrypto/des')
| -rw-r--r-- | src/lib/libcrypto/des/Makefile.ssl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl index c1080b000f..00e479dbd1 100644 --- a/src/lib/libcrypto/des/Makefile.ssl +++ b/src/lib/libcrypto/des/Makefile.ssl | |||
| @@ -108,7 +108,6 @@ files: | |||
| 108 | 108 | ||
| 109 | links: | 109 | links: |
| 110 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 110 | @$(TOP)/util/point.sh Makefile.ssl Makefile |
| 111 | @$(TOP)/util/point.sh ../../perlasm asm/perlasm | ||
| 112 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 111 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
| 113 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 112 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
| 114 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 113 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
| @@ -131,7 +130,7 @@ lint: | |||
| 131 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 130 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
| 132 | 131 | ||
| 133 | depend: | 132 | depend: |
| 134 | $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) | 133 | $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) |
| 135 | 134 | ||
| 136 | dclean: | 135 | dclean: |
| 137 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | 136 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
