summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-04-03 14:47:36 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-04-03 14:47:36 +0000
commit17127387c5a1f0d46cd2b9b49a68040eff718bab (patch)
treeb8d5e928e2ff37ed1966d45ec0260c61fb1a3d3a
parent5eff512a5157dcd6c4d84a77b9d1cc8df924e36e (diff)
downloadFreeBSD-src-17127387c5a1f0d46cd2b9b49a68040eff718bab.zip
FreeBSD-src-17127387c5a1f0d46cd2b9b49a68040eff718bab.tar.gz
MFC r263812:
Update build(7) with LOCAL_* vars
-rw-r--r--share/man/man7/build.723
1 files changed, 20 insertions, 3 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 931b444..76a2fa6 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 10, 2012
+.Dd March 27, 2014
.Dt BUILD 7
.Os
.Sh NAME
@@ -411,8 +411,25 @@ then
is set to the value of
.Va KERNFAST .
.It Va LOCAL_DIRS
-If set, this variable supplies a list of additional directories to
-build, relative to the root of the source tree.
+If set, this variable supplies a list of additional directories relative to
+the root of the source tree to build as part of the
+.Cm everything
+target.
+.It Va LOCAL_LIB_DIRS
+If set, this variable supplies a list of additional directories relative to
+the root of the source tree to build as part of the
+.Cm libraries
+target.
+.It Va LOCAL_MTREE
+If set, this variable supplies a list of additional mtrees relative to the
+root of the source tree to use as part of the
+.Cm hierarchy
+target.
+.It Va LOCAL_TOOL_DIRS
+If set, this variable supplies a list of additional directories relative to
+the root of the source tree to build as part of the
+.Cm build-tools
+target.
.It Va PORTS_MODULES
A list of ports with kernel modules that should be built and installed
as part of the
OpenPOWER on IntegriCloud