diff options
-rw-r--r-- | share/man/man5/mk.conf.5 | 8 | ||||
-rw-r--r-- | share/mk/bsd.README | 4 |
2 files changed, 6 insertions, 6 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 , 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. |