summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index ed32b1c..05d3a45 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -217,6 +217,8 @@ SUBDIR= ${_3dfx} \
${_mwlfw} \
mxge \
my \
+ ${_nandfs} \
+ ${_nandsim} \
${_ncp} \
${_ncv} \
${_ndis} \
@@ -335,7 +337,6 @@ SUBDIR= ${_3dfx} \
vx \
${_vxge} \
wb \
- ${_wbwd} \
${_wi} \
wlan \
wlan_acl \
@@ -398,6 +399,11 @@ _ipdivert= ipdivert
_ipfw= ipfw
.endif
+.if ${MK_NAND} != "no" || defined(ALL_MODULES)
+_nandfs= nandfs
+_nandsim= nandsim
+.endif
+
.if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES)
_netgraph= netgraph
.endif
@@ -513,7 +519,6 @@ _stg= stg
_streams= streams
_svr4= svr4
_vxge= vxge
-_wbwd= wbwd
_wi= wi
_xe= xe
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
@@ -708,7 +713,6 @@ _viawd= viawd
_virtio= virtio
_vxge= vxge
_x86bios= x86bios
-_wbwd= wbwd
_wi= wi
_wpi= wpi
.if ${MK_SOURCELESS_UCODE} != "no"
OpenPOWER on IntegriCloud