aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2011-09-29 02:52:33 +0000
committerGlen Barber <gjb@FreeBSD.org>2011-09-29 02:52:33 +0000
commit170c2788cbf8136a138f0d277f222454f5ec1aea (patch)
treede9c1f2ed718e27c5602cab9526e7b4c6a809f78 /share
parentef87c4dcd5e0b2aa19ab22945c7ec6f08d097757 (diff)
downloadsrc-170c2788cbf8136a138f0d277f222454f5ec1aea.tar.gz
src-170c2788cbf8136a138f0d277f222454f5ec1aea.zip
Document, and provide an example for, PORTS_MODULES in build(7).
PR: 161017 Submitted by: gcooper MFC after: 1 week
Notes
Notes: svn path=/head/; revision=225858
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/build.710
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index b43a961d6777..aeb161c116d7 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -414,6 +414,16 @@ is set to the value of
.It Va LOCAL_DIRS
If set, this variable supplies a list of additional directories to
build, relative to the root of the source tree.
+.It Va PORTS_MODULES
+A list of ports with kernel modules that should be built and installed
+as part of the
+.Cm buildkernel
+and
+.Cm installkernel
+process.
+.Bd -literal -offset indent
+make PORTS_MODULES=emulators/kqemu-kmod kernel
+.Ed
.It Va SUBDIR_OVERRIDE
Override the default list of sub-directories and only build the
sub-directory named in this variable.