On Fri, 2004-Jul-23 20:50:01 -0700, Jake Hamby wrote: >My biggest annoyance with building the kernel, compared to Linux, is >that it insists on building all of the possible kernel modules, even >though I only want to build the ones that make sense for my hardware.
I think you want the following: # MODULES_OVERRIDE can be used to limit modules built to a specific list. ... #makeoptions MODULES_OVERRIDE="linux sound/snd sound/pcm sound/driver/maestro3" Peter _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

