diff options
Diffstat (limited to 'src/usr.bin')
-rw-r--r-- | src/usr.bin/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/Makefile b/src/usr.bin/openssl/Makefile index 11ecd1b96c..7efc759ceb 100644 --- a/src/usr.bin/openssl/Makefile +++ b/src/usr.bin/openssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2017/07/09 21:23:19 espie Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2017/08/13 19:42:33 doug Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -15,7 +15,7 @@ CFLAGS+= -Wreturn-type | |||
15 | CFLAGS+= -Wtrigraphs | 15 | CFLAGS+= -Wtrigraphs |
16 | CFLAGS+= -Wuninitialized | 16 | CFLAGS+= -Wuninitialized |
17 | CFLAGS+= -Wunused | 17 | CFLAGS+= -Wunused |
18 | .if ${COMPILER_VERSION:L} == "gcc4" | 18 | .if ${COMPILER_VERSION:L} == "clang" |
19 | CFLAGS+= -Werror | 19 | CFLAGS+= -Werror |
20 | .endif | 20 | .endif |
21 | CFLAGS+= -DLIBRESSL_INTERNAL | 21 | CFLAGS+= -DLIBRESSL_INTERNAL |