Author: gjb (doc committer)
Date: Thu Sep 29 02:52:33 2011
New Revision: 225858
URL: http://svn.freebsd.org/changeset/base/225858

Log:
  Document, and provide an example for, PORTS_MODULES in build(7).
  
  PR:           161017
  Submitted by: gcooper
  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 Sep 29 02:29:32 2011        (r225857)
+++ head/share/man/man7/build.7 Thu Sep 29 02:52:33 2011        (r225858)
@@ -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.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to