summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-24 19:34:33 +0000
committerru <ru@FreeBSD.org>2001-12-24 19:34:33 +0000
commit1efafaf3cb39fc0f5f2123b9582bd95f86da1748 (patch)
tree83c4292a4134540da23c9eed1490e469412a72b1 /share
parenta252a277ce6be54c78941252ca9cddfdfe0ee9f0 (diff)
downloadFreeBSD-src-1efafaf3cb39fc0f5f2123b9582bd95f86da1748.zip
FreeBSD-src-1efafaf3cb39fc0f5f2123b9582bd95f86da1748.tar.gz
Document MODULES_OVERRIDE.
PR: docs/32560 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf2
-rw-r--r--share/man/man5/make.conf.53
2 files changed, 5 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 959979f..c004023 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -123,6 +123,8 @@
# To build sys/modules when building the world (our old way of doing things)
#MODULES_WITH_WORLD=true # do not build modules when building kernel
#
+# The list of modules to build instead of all of them.
+#MODULES_OVERRIDE= linux ipfw
#
# The following controls building optional IDEA code in libcrypto and
# certain ports. Patents are involved - you must not use this unless
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 15de3cd..dddbe50 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -286,6 +286,9 @@ during
.It Va NO_MODULES
.Pq Vt bool
Set to not build modules with the kernel.
+.It Va MODULES_OVERRIDE
+.Pq Vt str
+Set to a list of modules to build instead of all of them.
.El
.Pp
The following list provides a name and short description for variables
OpenPOWER on IntegriCloud