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/rc4 | |
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/rc4')
-rw-r--r-- | src/lib/libcrypto/rc4/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/Makefile.ssl b/src/lib/libcrypto/rc4/Makefile.ssl index b210b42f8f..3e602662be 100644 --- a/src/lib/libcrypto/rc4/Makefile.ssl +++ b/src/lib/libcrypto/rc4/Makefile.ssl | |||
@@ -25,6 +25,7 @@ RC4_ENC=rc4_enc.o | |||
25 | #RC4_ENC=asm/rx86bdsi.o | 25 | #RC4_ENC=asm/rx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=rc4test.c | 31 | TEST=rc4test.c |
@@ -70,7 +71,7 @@ files: | |||
70 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
71 | 72 | ||
72 | links: | 73 | links: |
73 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
75 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |