diff options
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r-- | src/lib/libssl/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 74d4bc9488..01d7f04036 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,13 +1,16 @@ | |||
1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.26 2016/11/05 15:01:54 schwarze Exp $ |
2 | |||
3 | .include <bsd.own.mk> | ||
4 | .ifndef NOMAN | ||
5 | SUBDIR= doc | ||
6 | .endif | ||
2 | 7 | ||
3 | SUBDIR= man | ||
4 | PC_FILES=openssl.pc libssl.pc | 8 | PC_FILES=openssl.pc libssl.pc |
5 | 9 | ||
6 | CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} | 10 | CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} |
7 | 11 | ||
8 | LIB= ssl | 12 | LIB= ssl |
9 | 13 | ||
10 | .include <bsd.own.mk> | ||
11 | CFLAGS+= -Wall -Wundef | 14 | CFLAGS+= -Wall -Wundef |
12 | .if ${COMPILER_VERSION:L} != "gcc3" | 15 | .if ${COMPILER_VERSION:L} != "gcc3" |
13 | CFLAGS+= -Werror | 16 | CFLAGS+= -Werror |