diff options
Diffstat (limited to 'openssl/crypto/des/Makefile')
-rw-r--r-- | openssl/crypto/des/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/crypto/des/Makefile b/openssl/crypto/des/Makefile index a6e100132..060c64795 100644 --- a/openssl/crypto/des/Makefile +++ b/openssl/crypto/des/Makefile @@ -61,6 +61,8 @@ des: des.o cbc3_enc.o lib des_enc-sparc.S: asm/des_enc.m4 m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S +dest4-sparcv9.s: asm/dest4-sparcv9.pl + $(PERL) asm/dest4-sparcv9.pl $(CFLAGS) > $@ des-586.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl $(PERL) asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@ |