diff options
Diffstat (limited to 'src/lib/libcrypto/crypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index f46702b7eb..7259e461cd 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.26 2014/04/18 19:41:21 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2014/04/23 05:13:57 beck 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 | 8 | CFLAGS+= -Wall -Werror |
9 | 9 | ||
10 | .include <bsd.own.mk> # for 'NOPIC' definition | 10 | .include <bsd.own.mk> # for 'NOPIC' definition |
11 | .if !defined(NOPIC) | 11 | .if !defined(NOPIC) |