summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-09-04 20:55:56 +0000
committergrehan <grehan@FreeBSD.org>2013-09-04 20:55:56 +0000
commit9394ef331eb7d0ba7f22583970cc84b62ad9f19a (patch)
tree6040478b6b269a45720445a5b70f1eb459bc57de /sys/modules/Makefile
parentfd121a9c7b0c558bd6523654b46615e4cf221074 (diff)
parent237a3159e4926d05737954f8f739b79a3976cdaa (diff)
downloadFreeBSD-src-9394ef331eb7d0ba7f22583970cc84b62ad9f19a.zip
FreeBSD-src-9394ef331eb7d0ba7f22583970cc84b62ad9f19a.tar.gz
IFC @ r255209
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index badfdd9..0f38aaf 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -160,7 +160,7 @@ SUBDIR= \
${_ipw} \
${_ipwfw} \
${_isci} \
- iscsi \
+ iscsi_initiator \
isp \
${_ispfw} \
${_iwi} \
@@ -343,6 +343,7 @@ SUBDIR= \
${_viawd} \
vkbd \
${_vmm} \
+ ${_vmware} \
${_vpo} \
vr \
vte \
@@ -369,6 +370,7 @@ SUBDIR= \
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
_filemon= filemon
+_vmware= vmware
.endif
.if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \
OpenPOWER on IntegriCloud