summaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-03 22:59:17 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-03 22:59:17 +0000
commit73a948508131ad3711b7f6e89d270776e2569e01 (patch)
treeea45a26904305522aada3c637da9bf40db0752de /crypto/md5/Makefile
parentd37a65bc81e64d391696d31c504b8ce98e286b3f (diff)
Engage md5-x86_64 assembler module.
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