summaryrefslogtreecommitdiff
path: root/crypto/bn/Makefile
diff options
context:
space:
mode:
authorappro <appro>2007-04-30 09:22:22 +0000
committerappro <appro>2007-04-30 09:22:22 +0000
commit55a91d016c56ac60e1246ea135698bd9a296514a (patch)
tree282b6d5edc1106b3bbc4ca1ae6dda0a3094123ff /crypto/bn/Makefile
parent4912830c81a1a2af92df101575f181a2d944deb6 (diff)
downloadopenssl-55a91d016c56ac60e1246ea135698bd9a296514a.tar.gz
Engage s390x assembler modules.
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r--crypto/bn/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile
index 3fd08e719..ffcb42a2c 100644
--- a/crypto/bn/Makefile
+++ b/crypto/bn/Makefile
@@ -132,6 +132,9 @@ osx_ppc64-mont.s: asm/ppc-mont.pl; $(PERL) $< $@
alpha-mont.s: asm/alpha-mont.pl
$(PERL) $< | $(CC) -E - > $@
+# GNU make "catch all"
+%-mont.s: asm/%-mont.pl; $(PERL) $< $(CFLAGS) > $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO