diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index f71fe8e2c1..c652cdd400 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,10 +1,12 @@ | |||
1 | # $OpenBSD: Makefile,v 1.20 2014/04/17 18:16:45 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.21 2014/04/17 20:43:42 tedu Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
5 | SSL_SRC= ${.CURDIR}/../../libssl/src | 5 | SSL_SRC= ${.CURDIR}/../../libssl/src |
6 | LCRYPTO_SRC= ${SSL_SRC}/crypto | 6 | LCRYPTO_SRC= ${SSL_SRC}/crypto |
7 | 7 | ||
8 | CFLAGS+= -Wall | ||
9 | |||
8 | # arm and sh default to little endian, mips defaults to big endian | 10 | # arm and sh default to little endian, mips defaults to big endian |
9 | .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || \ | 11 | .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || \ |
10 | ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "i386" || \ | 12 | ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "i386" || \ |