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/libcrypto/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 43aeef3226..e3ab864a80 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,8 +1,12 @@ -# $OpenBSD: Makefile,v 1.11 2016/11/05 14:57:29 jsing Exp $ +# $OpenBSD: Makefile,v 1.12 2016/11/05 15:01:54 schwarze Exp $ LIB= crypto +.include +.ifndef NOMAN SUBDIR= man +.endif + PC_FILES=libcrypto.pc CLEANFILES=${PC_FILES} @@ -11,7 +15,6 @@ LCRYPTO_SRC= ${.CURDIR} CFLAGS+= -Wall -Wundef -Werror -.include # for 'NOPIC' definition .if !defined(NOPIC) CFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H -DHAVE_FUNOPEN .endif -- cgit v1.2.3-55-g6feb