- WITHOUT_MODULES example does not work as advertised, modify to a version that
will work PR: docs/140649 Reported by: Ben Kelly <ben@wanderview.com>
This commit is contained in:
parent
0d2bd00d54
commit
f15ce0d3a0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35057
1 changed files with 2 additions and 2 deletions
|
@ -429,9 +429,9 @@ following line in &man.loader.conf.5:
|
|||
<para>This variable sets up a list of modules to build instead
|
||||
of all of them.</para>
|
||||
|
||||
<programlisting>WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
|
||||
<programlisting>WITHOUT_MODULES = linux acpi sound ntfs</programlisting>
|
||||
|
||||
<para>This variable sets up a list of modules to exclude
|
||||
<para>This variable sets up a list of top level modules to exclude
|
||||
from the build process. For other variables which you may find useful
|
||||
in the process of building kernel, refer to &man.make.conf.5;
|
||||
manual page.</para>
|
||||
|
|
Loading…
Reference in a new issue