Engage md5-x86_64 assembler module.
[openssl.git] / crypto / md5 / Makefile
index 86f0f85422004cf0c95fc31167227978a54b4afe..67ce4bf366223f70353f85d0423d791350a075d5 100644 (file)
@@ -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