Module Name: src
Committed By: uebayasi
Date: Fri Aug 28 02:59:10 UTC 2015
Modified Files:
src/usr.bin/config: config.5
Log Message:
Paths given to "file" and "object" are relative from "prefix" if defined.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/config/config.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/config/config.5
diff -u src/usr.bin/config/config.5:1.25 src/usr.bin/config/config.5:1.26
--- src/usr.bin/config/config.5:1.25 Fri Oct 31 07:38:36 2014
+++ src/usr.bin/config/config.5 Fri Aug 28 02:59:09 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: config.5,v 1.25 2014/10/31 07:38:36 uebayasi Exp $
+.\" $NetBSD: config.5,v 1.26 2015/08/28 02:59:09 uebayasi Exp $
.\"
.\" Copyright (c) 2006, 2007 The NetBSD Foundation.
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 30, 2014
+.Dd August 28, 2015
.Dt CONFIG 5
.Os
.Sh NAME
@@ -525,11 +525,19 @@ argument, and no
or flags.
This is useful when a file needs special consideration from one particular
architecture.
+.Pp
+The path is relative to the top of the kernel source tree, or the inner-most
+defined
+.Ic prefix .
.It Ic object Ar path Op Ar condition
Adds an object file to the list of objects to be linked into the kernel, if the
.Ar conditions
are met.
This is most useful for third parties providing binary-only components.
+.Pp
+The path is relative to the top of the kernel source tree, or the inner-most
+defined
+.Ic prefix .
.It Ic device-major Ar base Oo Ic char Ar number Oc Oo Ic block Ar number Oc \
Op Ar condition
Associates a major device number with the device