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/libcrypto/man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/man') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index cd8c8585a5..c6dc286934 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2014/12/06 22:18:18 schwarze Exp $ +# $OpenBSD: Makefile,v 1.15 2015/01/16 01:58:18 schwarze Exp $ .include # for NOMAN @@ -1146,4 +1146,4 @@ maninstall: .include clean cleandir: - rm -f ${MAN} ${MANLINT} + rm -f ${MAN} -- cgit v1.2.3-55-g6feb