summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-11-05 15:01:54 +0000
committerschwarze <>2016-11-05 15:01:54 +0000
commit295aa404cc84d16f9fe523312a77bab3379562a4 (patch)
treef45911a7a9e85b11967385fdaab11aa744044248 /src/lib/libssl/Makefile
parentadb72aa0e0ceb7ed3651bd3410f1509d77ad825e (diff)
downloadopenbsd-295aa404cc84d16f9fe523312a77bab3379562a4.tar.gz
openbsd-295aa404cc84d16f9fe523312a77bab3379562a4.tar.bz2
openbsd-295aa404cc84d16f9fe523312a77bab3379562a4.zip
after getting rid of the pod files, clean up the Makefiles; ok bcook@
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile9
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
5SUBDIR= doc
6.endif
2 7
3SUBDIR= man
4PC_FILES=openssl.pc libssl.pc 8PC_FILES=openssl.pc libssl.pc
5 9
6CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} 10CLEANFILES=${PC_FILES} ${VERSION_SCRIPT}
7 11
8LIB= ssl 12LIB= ssl
9 13
10.include <bsd.own.mk>
11CFLAGS+= -Wall -Wundef 14CFLAGS+= -Wall -Wundef
12.if ${COMPILER_VERSION:L} != "gcc3" 15.if ${COMPILER_VERSION:L} != "gcc3"
13CFLAGS+= -Werror 16CFLAGS+= -Werror