diff options
-rw-r--r-- | src/lib/libssl/Makefile | 4 | ||||
-rw-r--r-- | src/lib/libtls/Makefile | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 64b3b5060b..74d4bc9488 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile | |||
@@ -1,9 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 18:28:58 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= man | 3 | SUBDIR= man |
4 | PC_FILES=openssl.pc libssl.pc | 4 | PC_FILES=openssl.pc libssl.pc |
5 | 5 | ||
6 | CLEANFILES=${PC_FILES} | 6 | CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} |
7 | 7 | ||
8 | LIB= ssl | 8 | LIB= ssl |
9 | 9 | ||
diff --git a/src/lib/libtls/Makefile b/src/lib/libtls/Makefile index 3f75390692..af860bb067 100644 --- a/src/lib/libtls/Makefile +++ b/src/lib/libtls/Makefile | |||
@@ -1,8 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.28 2016/11/04 19:01:54 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.29 2016/11/05 08:12:22 jsing Exp $ |
2 | 2 | ||
3 | CFLAGS+= -Wall -Werror -Wimplicit | 3 | CFLAGS+= -Wall -Werror -Wimplicit |
4 | CFLAGS+= -DLIBRESSL_INTERNAL | 4 | CFLAGS+= -DLIBRESSL_INTERNAL |
5 | 5 | ||
6 | CLEANFILES= ${VERSION_SCRIPT} | ||
7 | |||
6 | WARNINGS= Yes | 8 | WARNINGS= Yes |
7 | 9 | ||
8 | LIB= tls | 10 | LIB= tls |