summaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-11-23 22:11:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-11-23 22:11:49 +0000
commit37c4506f5384e1dea0e42bc3f1dcca2b2a25ca31 (patch)
tree663c66c4b91ffe71bf0d84d3ec47a9bfee06b5f7 /share/mk
parent9c1661a6135bf571b2e7fae10c0d275a72ae23fb (diff)
NOLINT -> WANTLINT
ok deraadt@
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.README4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index ff832420b31..e42bb8cb8d2 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.38 2005/11/23 18:34:33 deraadt Exp $
+# $OpenBSD: bsd.README,v 1.39 2005/11/23 22:11:48 jmc Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -237,7 +237,7 @@ NOPROFILE Do not build profiled versions of system libraries.
NOPIC Do not build PIC versions of system libraries, and
do not build shared libraries.
-NOLINT Do not build lint libraries.
+WANTLINT Build lint libraries.
DEBUG Add -g to assembly, C compiler and linking passes. Also
doesn't set STRIP to -s per default if defined.