From 295aa404cc84d16f9fe523312a77bab3379562a4 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 5 Nov 2016 15:01:54 +0000 Subject: after getting rid of the pod files, clean up the Makefiles; ok bcook@ --- src/lib/libssl/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.25 2016/11/05 08:12:22 jsing Exp $ +# $OpenBSD: Makefile,v 1.26 2016/11/05 15:01:54 schwarze Exp $ + +.include +.ifndef NOMAN +SUBDIR= doc +.endif -SUBDIR= man PC_FILES=openssl.pc libssl.pc CLEANFILES=${PC_FILES} ${VERSION_SCRIPT} LIB= ssl -.include CFLAGS+= -Wall -Wundef .if ${COMPILER_VERSION:L} != "gcc3" CFLAGS+= -Werror -- cgit v1.2.3-55-g6feb