diff options
| author | markus <> | 2004-04-07 20:42:10 +0000 |
|---|---|---|
| committer | markus <> | 2004-04-07 20:42:10 +0000 |
| commit | d5435a9bdeba50ff99ccc551504abc22b928c041 (patch) | |
| tree | 3a7c53ac303fb42afc73afdea10b33742f20a87b /src/lib/libcrypto/bf | |
| parent | fa83f11e2dbd07a1d276b24e79917327f6eef094 (diff) | |
| download | openbsd-d5435a9bdeba50ff99ccc551504abc22b928c041.tar.gz openbsd-d5435a9bdeba50ff99ccc551504abc22b928c041.tar.bz2 openbsd-d5435a9bdeba50ff99ccc551504abc22b928c041.zip | |
import openssl-0.9.7d
Diffstat (limited to 'src/lib/libcrypto/bf')
| -rw-r--r-- | src/lib/libcrypto/bf/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bf/Makefile.ssl b/src/lib/libcrypto/bf/Makefile.ssl index bb14a0ee82..be3ad77a05 100644 --- a/src/lib/libcrypto/bf/Makefile.ssl +++ b/src/lib/libcrypto/bf/Makefile.ssl | |||
| @@ -22,6 +22,7 @@ BF_ENC= bf_enc.o | |||
| 22 | #DES_ENC= bx86-elf.o | 22 | #DES_ENC= bx86-elf.o |
| 23 | 23 | ||
| 24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
| 25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
| 25 | 26 | ||
| 26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
| 27 | TEST=bftest.c | 28 | TEST=bftest.c |
| @@ -67,7 +68,7 @@ files: | |||
| 67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
| 68 | 69 | ||
| 69 | links: | 70 | links: |
| 70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
| 71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
| 72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
| 73 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
