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