From e3fcff5ced4363c063140fcf09c8b274f8a77bdc Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Fri, 16 Jan 2015 01:58:18 +0000 Subject: Delete the MANLINT variable and the related SUFFIXES rules because since yesterday, "mandoc -Tlint -Wfatal" can no longer fail. Instead, as suggested by deraadt@, provide a manlint target that is *not* run during make build, but can be run whenever you want to check syntax of manuals. "nice stuff" deraadt@ --- src/lib/libssl/man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libssl/man') diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile index c12692357e..25a2972144 100644 --- a/src/lib/libssl/man/Makefile +++ b/src/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2014/07/11 17:43:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.30 2015/01/16 01:58:17 schwarze Exp $ .include # for NOMAN @@ -272,4 +272,4 @@ maninstall: .include clean cleandir: - rm -f ${MAN} ${MANLINT} + rm -f ${MAN} -- cgit v1.2.3-55-g6feb