summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-16 01:58:19 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-16 01:58:19 +0000
commitb81f1c93e0a291ee9daddcda9045fad31b7ac885 (patch)
tree5c710fbb30f0b2625dc1f4d8cfa0a3fd8ea444ec /lib/libcrypto
parent2b3c4079a646bba3a7f12e71e86990e878bfbf90 (diff)
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@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index cd8c8585a54..c6dc286934b 100644
--- a/lib/libcrypto/man/Makefile
+++ b/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 <bsd.own.mk> # for NOMAN
@@ -1146,4 +1146,4 @@ maninstall:
.include <bsd.subdir.mk>
clean cleandir:
- rm -f ${MAN} ${MANLINT}
+ rm -f ${MAN}