summaryrefslogtreecommitdiffstats
path: root/crypto/cast/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/Makefile')
-rw-r--r--crypto/cast/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/cast/Makefile b/crypto/cast/Makefile
index 149956ee90..baf91dd408 100644
--- a/crypto/cast/Makefile
+++ b/crypto/cast/Makefile
@@ -51,6 +51,8 @@ cx86-cof.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
# a.out
cx86-out.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) > ../$@)
+cx86-macosx.s: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
+ (cd asm; $(PERL) cast-586.pl macosx $(CLAGS) $(PROCESSOR) > ../$@)
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO