Honor MK_AUTOFS

This commit is contained in:
Enji Cooper 2014-11-27 09:50:12 +00:00
parent a8b303ad4d
commit 92e0655db4

View File

@ -48,7 +48,7 @@ SUBDIR= \
ata \
ath \
ath_pci \
autofs \
${_autofs} \
${_auxio} \
${_bce} \
bfe \
@ -387,6 +387,10 @@ SUBDIR= \
${_zfs} \
zlib
.if ${MK_AUTOFS} != "no" || defined(ALL_MODULES)
_autofs= autofs
.endif
.if ${MK_BHYVE} != "no" || defined(ALL_MODULES)
_vmm= vmm
.endif