diff options
Diffstat (limited to 'src/lib/libtls/Makefile')
-rw-r--r-- | src/lib/libtls/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index 2b09517fbe..9e7b4fc7a6 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.31 2017/04/30 04:44:58 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.32 2017/08/13 19:42:33 doug Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | .ifndef NOMAN | 4 | .ifndef NOMAN |
@@ -6,7 +6,7 @@ SUBDIR= man | |||
6 | .endif | 6 | .endif |
7 | 7 | ||
8 | CFLAGS+= -Wall -Wimplicit -Wundef | 8 | CFLAGS+= -Wall -Wimplicit -Wundef |
9 | .if ${COMPILER_VERSION:L} == "gcc4" | 9 | .if ${COMPILER_VERSION:L} == "clang" |
10 | CFLAGS+= -Werror | 10 | CFLAGS+= -Werror |
11 | .endif | 11 | .endif |
12 | CFLAGS+= -DLIBRESSL_INTERNAL | 12 | CFLAGS+= -DLIBRESSL_INTERNAL |