I change /etc/make.conf to


# cat /etc/make.conf
# dports
#
git_UNSET=CONTRIB PERL DIALOG
MODULES_OVERRIDE=bus/usb


but when
cd /usr/src
make kernel KERNCONF=XXXX


It still builds all modules and installs in /boot/kernel

How can I build only modules that I specified?

Reply via email to