- Document the WITHOUT_MODULES macro

PR:		docs/115255
Submitted by:	David Yeske <dyeske@gmail.com>
This commit is contained in:
Gabor Kovesdan 2007-09-04 14:50:23 +00:00
parent 1b6b4420b5
commit e553de0f49
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30742

View file

@ -295,7 +295,12 @@
<programlisting>MODULES_OVERRIDE = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
<para>This variable sets up a list of modules to build instead
of all of them. For other variables which you may find useful
of all of them.</para>
<programlisting>WITHOUT_MODULES = linux acpi sound/sound sound/driver/ds1 ntfs</programlisting>
<para>This variable sets up a list of 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>
</tip>