svn commit: r338290 - stable/11/share/man/man7

Kyle Evans kevans at FreeBSD.org
Fri Aug 24 02:23:26 UTC 2018


Author: kevans
Date: Fri Aug 24 02:23:25 2018
New Revision: 338290
URL: https://svnweb.freebsd.org/changeset/base/338290

Log:
  MFC r337906: Document KERNCONFDIR

Modified:
  stable/11/share/man/man7/build.7
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man7/build.7
==============================================================================
--- stable/11/share/man/man7/build.7	Fri Aug 24 02:21:14 2018	(r338289)
+++ stable/11/share/man/man7/build.7	Fri Aug 24 02:23:25 2018	(r338290)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 11, 2017
+.Dd August 16, 2018
 .Dt BUILD 7
 .Os
 .Sh NAME
@@ -422,6 +422,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-stable-11 mailing list