diff options
author | gjb <gjb@FreeBSD.org> | 2011-09-29 02:52:33 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2011-09-29 02:52:33 +0000 |
commit | 6b6cf4114d1f94048a2b50019868285ed416d924 (patch) | |
tree | de9c1f2ed718e27c5602cab9526e7b4c6a809f78 /share/man/man7 | |
parent | 773f9deac1698677cd50a150db8aba6cd794ab7c (diff) | |
download | FreeBSD-src-6b6cf4114d1f94048a2b50019868285ed416d924.zip FreeBSD-src-6b6cf4114d1f94048a2b50019868285ed416d924.tar.gz |
Document, and provide an example for, PORTS_MODULES in build(7).
PR: 161017
Submitted by: gcooper
MFC after: 1 week
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/build.7 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index b43a961..aeb161c 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. |