summaryrefslogtreecommitdiffstats
path: root/share/man/man5
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>2005-01-21 03:51:07 +0000
committerwes <wes@FreeBSD.org>2005-01-21 03:51:07 +0000
commit353c32f9f87dd48d5d8232a48d4f67a124d6f534 (patch)
tree45f33c1b3f68797dd04f68591fb03ae6eb7b8fc4 /share/man/man5
parent4aac841f4480436c2574c5898a4f67106140231a (diff)
downloadFreeBSD-src-353c32f9f87dd48d5d8232a48d4f67a124d6f534.zip
FreeBSD-src-353c32f9f87dd48d5d8232a48d4f67a124d6f534.tar.gz
Document the shiny new WITHOUT_MODULES knob in make.conf.
PR: kern/76225 Prodded by: ru@, brueffer@ MFC after: 2 weeks
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/make.conf.59
1 files changed, 9 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index fef329e..a277e34 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -352,6 +352,15 @@ rather than load the server's kernel.
.It Va MODULES_OVERRIDE
.Pq Vt str
Set to a list of modules to build instead of all of them.
+.It Va WITHOUT_MODULES
+.Pq Vt str
+Set to a list of modules to exclude from the build. This provides a
+somewhat easier way to exclude modules you are certain you will never
+need than specifying
+.Va MODULES_OVERRIDE .
+This is applied
+.Em after
+.Va MODULES_OVERRIDE .
.It Va PORTS_MODULES
Set this to the list of ports you wish to rebuild every time the kernel
is built.
OpenPOWER on IntegriCloud