summaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/Makefile')
-rw-r--r--crypto/md5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index 86f0f85422..67ce4bf366 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -76,6 +76,8 @@ md5-sparcv9.o: asm/md5-sparcv9.S
$(CC) $(ASFLAGS) -DMD5_BLOCK_DATA_ORDER -c \
-o md5-sparcv9.o asm/md5-sparcv9.S
+md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO