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 +++++-- src/lib/libcrypto/man/Makefile | 16 +++++----------- 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'src/lib/libcrypto') 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 diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 81840a0b29..fd422f02dc 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.48 2016/11/05 13:36:33 schwarze Exp $ +# $OpenBSD: Makefile,v 1.49 2016/11/05 15:01:54 schwarze Exp $ -.include # for NOMAN +.include -.ifndef NOMAN MAN= \ ASN1_OBJECT_new.3 \ ASN1_STRING_length.3 \ @@ -194,13 +193,8 @@ MAN= \ rsa.3 \ x509.3 -.include -.else -maninstall: - -.endif +all clean cleandir depend includes obj tags: -.include -.include +install: maninstall -clean cleandir: +.include -- cgit v1.2.3-55-g6feb