X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbf%2FMakefile;h=9f255efcaa349a5fcf1a5b0c4257ddccf3ba573e;hp=8441954a8d9549fa960996600c747980903b1e41;hb=ca64056836116fae62285f2e5b6ccb4e087e80e7;hpb=df77428443a63028af57cab3b67fdbf8a5921eef;ds=sidebyside diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile index 8441954a8d..9f255efcaa 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