xref: /freebsd/sys/modules/vmware/Makefile (revision 2c19e8ed900f96a10f72f402a703f8203a63445c)
1e3c97c2cSBryan Venteicher#
2e3c97c2cSBryan Venteicher# $FreeBSD$
3e3c97c2cSBryan Venteicher#
4e3c97c2cSBryan Venteicher# Redistribution and use in source and binary forms, with or without
5e3c97c2cSBryan Venteicher# modification, are permitted provided that the following conditions
6e3c97c2cSBryan Venteicher# are met:
7e3c97c2cSBryan Venteicher# 1. Redistributions of source code must retain the above copyright
8e3c97c2cSBryan Venteicher#    notice, this list of conditions and the following disclaimer.
9e3c97c2cSBryan Venteicher# 2. Redistributions in binary form must reproduce the above copyright
10e3c97c2cSBryan Venteicher#    notice, this list of conditions and the following disclaimer in the
11e3c97c2cSBryan Venteicher#    documentation and/or other materials provided with the distribution.
12e3c97c2cSBryan Venteicher#
13e3c97c2cSBryan Venteicher# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14e3c97c2cSBryan Venteicher# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15e3c97c2cSBryan Venteicher# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16e3c97c2cSBryan Venteicher# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17e3c97c2cSBryan Venteicher# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18e3c97c2cSBryan Venteicher# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19e3c97c2cSBryan Venteicher# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20e3c97c2cSBryan Venteicher# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21e3c97c2cSBryan Venteicher# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22e3c97c2cSBryan Venteicher# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23e3c97c2cSBryan Venteicher# SUCH DAMAGE.
24e3c97c2cSBryan Venteicher#
25e3c97c2cSBryan Venteicher
26*2c19e8edSEd MasteSUBDIR=	 pvscsi vmxnet3
27*2c19e8edSEd Maste.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
28*2c19e8edSEd MasteSUBDIR+= vmci
29*2c19e8edSEd Maste.endif
30e3c97c2cSBryan Venteicher.include <bsd.subdir.mk>
31