svn commit: r275183 - projects/building-blocks/sys/modules
Garrett Cooper
ngie at FreeBSD.org
Thu Nov 27 09:50:13 UTC 2014
Author: ngie
Date: Thu Nov 27 09:50:12 2014
New Revision: 275183
URL: https://svnweb.freebsd.org/changeset/base/275183
Log:
Honor MK_AUTOFS
Modified:
projects/building-blocks/sys/modules/Makefile
Modified: projects/building-blocks/sys/modules/Makefile
==============================================================================
--- projects/building-blocks/sys/modules/Makefile Thu Nov 27 09:42:40 2014 (r275182)
+++ projects/building-blocks/sys/modules/Makefile Thu Nov 27 09:50:12 2014 (r275183)
@@ -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
More information about the svn-src-projects
mailing list