diff options
author | 2014-04-17 20:43:42 +0000 | |
---|---|---|
committer | 2014-04-17 20:43:42 +0000 | |
commit | 238087e0f5c159d6f4ef1d5d31dee37d5e4fb6fe (patch) | |
tree | 30d5ee72a6a7b68185f68b9ba29b93b579bfa670 /lib/libcrypto | |
parent | a little less obfuscation (diff) | |
download | wireguard-openbsd-238087e0f5c159d6f4ef1d5d31dee37d5e4fb6fe.tar.xz wireguard-openbsd-238087e0f5c159d6f4ef1d5d31dee37d5e4fb6fe.zip |
-Wall
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile index f71fe8e2c19..c652cdd400f 100644 --- a/lib/libcrypto/crypto/Makefile +++ b/lib/libcrypto/crypto/Makefile @@ -1,10 +1,12 @@ -# $OpenBSD: Makefile,v 1.20 2014/04/17 18:16:45 miod Exp $ +# $OpenBSD: Makefile,v 1.21 2014/04/17 20:43:42 tedu Exp $ LIB= crypto SSL_SRC= ${.CURDIR}/../../libssl/src LCRYPTO_SRC= ${SSL_SRC}/crypto +CFLAGS+= -Wall + # arm and sh default to little endian, mips defaults to big endian .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "amd64" || \ ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "i386" || \ |