summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index 20259c3462..979f6f2a63 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -51,6 +51,8 @@ mx86-cof.s: asm/md5-586.pl ../perlasm/x86asm.pl
# a.out
mx86-out.s: asm/md5-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
+mx86-macosx.s: asm/md5-586.pl ../perlasm/x86asm.pl
+ (cd asm; $(PERL) md5-586.pl macosx $(CFLAGS) > ../$@)
md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@