mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Document MODULES_OVERRIDE.
PR: docs/32560 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
This commit is contained in:
parent
ded9ba2253
commit
3a289cbae7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=88461
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user