diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 7b085f5c70..8fba3cebef 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.58 2010/10/07 10:49:39 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.59 2011/07/08 01:37:54 mpf Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | WANTLINT= | 4 | WANTLINT= |
@@ -500,13 +500,13 @@ GENERATED+=${f}.S | |||
500 | ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86gas.pl | 500 | ${f}.S: ${LCRYPTO_SRC}/${dir}/asm/${f}.pl ${LCRYPTO_SRC}/perlasm/x86gas.pl |
501 | /usr/bin/perl -I${LCRYPTO_SRC}/perlasm -I${LCRYPTO_SRC}/${dir}/asm \ | 501 | /usr/bin/perl -I${LCRYPTO_SRC}/perlasm -I${LCRYPTO_SRC}/${dir}/asm \ |
502 | ${LCRYPTO_SRC}/${dir}/asm/${f}.pl \ | 502 | ${LCRYPTO_SRC}/${dir}/asm/${f}.pl \ |
503 | openbsd-elf 386 ${PICFLAG} > ${.TARGET} | 503 | openbsd-elf ${CFLAGS} 386 ${PICFLAG} > ${.TARGET} |
504 | .endfor | 504 | .endfor |
505 | SRCS+= x86cpuid.S | 505 | SRCS+= x86cpuid.S |
506 | GENERATED+=x86cpuid.S | 506 | GENERATED+=x86cpuid.S |
507 | x86cpuid.S: ${LCRYPTO_SRC}/x86cpuid.pl ${LCRYPTO_SRC}/perlasm/x86gas.pl | 507 | x86cpuid.S: ${LCRYPTO_SRC}/x86cpuid.pl ${LCRYPTO_SRC}/perlasm/x86gas.pl |
508 | /usr/bin/perl -I${LCRYPTO_SRC}/perlasm ${LCRYPTO_SRC}/x86cpuid.pl \ | 508 | /usr/bin/perl -I${LCRYPTO_SRC}/perlasm ${LCRYPTO_SRC}/x86cpuid.pl \ |
509 | openbsd-elf 386 ${PICFLAG} > ${.TARGET} | 509 | openbsd-elf ${CFLAGS} 386 ${PICFLAG} > ${.TARGET} |
510 | SRCS+= bf_cbc.c | 510 | SRCS+= bf_cbc.c |
511 | .elif (${MACHINE_ARCH} == "amd64") | 511 | .elif (${MACHINE_ARCH} == "amd64") |
512 | SRCS+= bf_enc.c des_enc.c | 512 | SRCS+= bf_enc.c des_enc.c |