summaryrefslogtreecommitdiffstats
path: root/crypto/des/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/Makefile')
-rw-r--r--crypto/des/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/des/Makefile b/crypto/des/Makefile
index 38409ca6d1..74a556b01d 100644
--- a/crypto/des/Makefile
+++ b/crypto/des/Makefile
@@ -79,6 +79,10 @@ dx86-out.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) des-586.pl a.out $(CFLAGS) > ../$@)
yx86-out.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
(cd asm; $(PERL) crypt586.pl a.out $(CFLAGS) > ../$@)
+dx86-macosx.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
+ (cd asm; $(PERL) des-586.pl macosx $(CFLAGS) > ../$@)
+yx86-macosx.s: asm/crypt586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
+ (cd asm; $(PERL) crypt586.pl macosx $(CFLAGS) > ../$@)
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO