diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-23 22:11:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-11-23 22:11:49 +0000 |
commit | 37c4506f5384e1dea0e42bc3f1dcca2b2a25ca31 (patch) | |
tree | 663c66c4b91ffe71bf0d84d3ec47a9bfee06b5f7 /share/man | |
parent | 9c1661a6135bf571b2e7fae10c0d275a72ae23fb (diff) |
NOLINT -> WANTLINT
ok deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/mk.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 45298ad3863..2572b35b84c 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.7 2005/03/12 12:21:08 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.8 2005/11/23 22:11:48 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -197,9 +197,6 @@ updated GNU programs. Define to have PostScript manual pages generated. .It Ev MANZ Compress manual pages at installation time. -.It Ev NOLINT -Do not build lint libraries. -.Bq yes; set unconditionally .It Ev NOPIC Do not build PIC versions of system libraries, and do not build shared libraries. @@ -231,6 +228,9 @@ Copy or symlink kernel include files into .Pa /usr/include . Possible values are "symlinks" or "copies" (which is the same as the variable being unset). +.It Ev WANTLINT +Build lint libraries. +.Bq no .It Ev WARNINGS Adds appropriate warning flags (defined in .Ev CDIAGFLAGS , |