summaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/Makefile')
-rw-r--r--crypto/md5/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index c2d8bc697a..9ae82f26a0 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -72,6 +72,10 @@ md5-sparcv9.o: asm/md5-sparcv9.S
md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
+md5-ia64.s: asm/md5-ia64.S
+ $(CC) $(CFLAGS) -E asm/md5-ia64.S | \
+ $(PERL) -ne 's/;\s+/;\n/g; print;' > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO