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/man/Makefile | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'src/lib/libcrypto/man') 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