diff options
author | appro <appro> | 2007-12-18 17:33:45 +0000 |
---|---|---|
committer | appro <appro> | 2007-12-18 17:33:45 +0000 |
commit | 0b7234f856fac6507c5c6ccce875fecff3a6432f (patch) | |
tree | 7d53c7ca23dea6a6fd62da6b531dfee1aa98dad2 /crypto/bf | |
parent | 59539174c2712248bf44f748bbd40f0eb5dcafa2 (diff) | |
download | openssl-0b7234f856fac6507c5c6ccce875fecff3a6432f.tar.gz |
Engage x86 assembler in Mac OS X build.
Diffstat (limited to 'crypto/bf')
-rw-r--r-- | crypto/bf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile index 8441954a8..9f255efca 100644 --- a/crypto/bf/Makefile +++ b/crypto/bf/Makefile @@ -53,6 +53,8 @@ bx86-cof.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl # a.out bx86-out.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) bf-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@) +bx86-macosx.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl + (cd asm; $(PERL) bf-586.pl macosx $(CFLAGS) $(PROCESSOR) > ../$@) files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO |