From: Andy Polyakov Date: Mon, 20 Dec 2004 13:15:51 +0000 (+0000) Subject: Backport of PPC BN module from HEAD. X-Git-Tag: BEN_FIPS_TEST_7~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=15bbc1574f73cf8e0cf716d9a3e53f6c2d1dfc38;p=oweals%2Fopenssl.git Backport of PPC BN module from HEAD. --- diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index be79c0bb9f..a5ab12deb0 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -122,6 +122,12 @@ asm/x86_64-gcc.o: asm/x86_64-gcc.c asm/pa-risc2W.o: asm/pa-risc2W.s /usr/ccs/bin/as -o asm/pa-risc2W.o asm/pa-risc2W.s +asm/linux_ppc32.s: asm/ppc.pl; $(PERL) $< $@ +asm/linux_ppc64.s: asm/ppc.pl; $(PERL) $< $@ +asm/aix_ppc32.s: asm/ppc.pl; $(PERL) asm/ppc.pl $@ +asm/aix_ppc64.s: asm/ppc.pl; $(PERL) asm/ppc.pl $@ +asm/osx_ppc32.s: asm/ppc.pl; $(PERL) $< $@ + files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO