svn commit: r337906 - head/share/man/man7
Kyle Evans
kevans at FreeBSD.org
Thu Aug 16 13:42:09 UTC 2018
Author: kevans
Date: Thu Aug 16 13:42:08 2018
New Revision: 337906
URL: https://svnweb.freebsd.org/changeset/base/337906
Log:
build(7): Document KERNCONFDIR - directory in which KERNCONF resides
MFC after: 1 week
Modified:
head/share/man/man7/build.7
Modified: head/share/man/man7/build.7
==============================================================================
--- head/share/man/man7/build.7 Thu Aug 16 13:29:23 2018 (r337905)
+++ head/share/man/man7/build.7 Thu Aug 16 13:42:08 2018 (r337906)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 11, 2018
+.Dd August 16, 2018
.Dt BUILD 7
.Os
.Sh NAME
@@ -492,6 +492,14 @@ Overrides which kernel to build and install for the va
make targets.
It defaults to
.Cm GENERIC .
+.It Va KERNCONFDIR
+Overrides the directory in which
+.Va KERNCONF
+and any files included by
+.Va KERNCONF
+should be found.
+Defaults to
+.Pa sys/${ARCH}/conf .
.It Va KERNFAST
If set, the build target
.Cm buildkernel
More information about the svn-src-all
mailing list