Sun Aug 31 23:10:40 2008 UTC ()
remove MKNVI now that Christos has obsoleted the option


(lukem)
diff -r1.39 -r1.40 src/share/man/man5/mk.conf.5

cvs diff -r1.39 -r1.40 src/share/man/man5/mk.conf.5 (expand / switch to unified diff)

--- src/share/man/man5/mk.conf.5 2008/08/31 02:09:43 1.39
+++ src/share/man/man5/mk.conf.5 2008/08/31 23:10:40 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mk.conf.5,v 1.39 2008/08/31 02:09:43 lukem Exp $ 1.\" $NetBSD: mk.conf.5,v 1.40 2008/08/31 23:10:40 lukem Exp $
2.\" 2.\"
3.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc. 3.\" Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Luke Mewburn. 7.\" by Luke Mewburn.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -479,32 +479,26 @@ and @@ -479,32 +479,26 @@ and
479.Xr modunload 8 479.Xr modunload 8
480that will not work with the ones used to manage LKMs. 480that will not work with the ones used to manage LKMs.
481You will also need a kernel built with 481You will also need a kernel built with
482.Cd options MODULAR 482.Cd options MODULAR
483for this to be useful. 483for this to be useful.
484.DFLTn 484.DFLTn
485. 485.
486.It Sy MKNLS 486.It Sy MKNLS
487.YorN 487.YorN
488Indicates whether Native Language System (NLS) locale zone files will be 488Indicates whether Native Language System (NLS) locale zone files will be
489built and installed. 489built and installed.
490.DFLTy 490.DFLTy
491. 491.
492.It Sy MKNVI 
493.YorN 
494Indicates whether the experimental new version of nvi is 
495built and installed. 
496.DFLTy 
497. 
498.It Sy MKOBJ 492.It Sy MKOBJ
499.YorN 493.YorN
500Indicates whether object directories will be created when running 494Indicates whether object directories will be created when running
501.Dq make obj . 495.Dq make obj .
502If set to 496If set to
503.Dq no , 497.Dq no ,
504then all built files will be located inside the regular source tree. 498then all built files will be located inside the regular source tree.
505.DFLTy 499.DFLTy
506.Pp 500.Pp
507If 501If
508.Dq no , 502.Dq no ,
509acts as 503acts as
510.Sy MKOBJDIRS=no . 504.Sy MKOBJDIRS=no .