1211088Smjacob# $FreeBSD: releng/10.3/tools/tools/vhba/mptest/Makefile 211088 2010-08-09 00:36:22Z mjacob $
2211088Smjacob#
3211088Smjacob# Copyright (c) 2010 by Panasas Inc
4211088Smjacob# All rights reserved.
5211088Smjacob#
6211088Smjacob# Redistribution and use in source and binary forms, with or without
7211088Smjacob# modification, are permitted provided that the following conditions
8211088Smjacob# are met:
9211088Smjacob# 1. Redistributions of source code must retain the above copyright
10211088Smjacob#    notice immediately at the beginning of the file, without modification,
11211088Smjacob#    this list of conditions, and the following disclaimer.
12211088Smjacob# 2. The name of the author may not be used to endorse or promote products
13211088Smjacob#    derived from this software without specific prior written permission.
14211088Smjacob#
15211088Smjacob# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16211088Smjacob# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17211088Smjacob# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18211088Smjacob# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
19211088Smjacob# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20211088Smjacob# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21211088Smjacob# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22211088Smjacob# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23211088Smjacob# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24211088Smjacob# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25211088Smjacob# SUCH DAMAGE.
26211088SmjacobKMOD=	vmptest
27211088SmjacobSRCS=	vhba_mptest.c vhba.c
28211088SmjacobCFLAGS += -I${.CURDIR}/.. -DVHBA_MOD=\"vmptest\"
29211088SmjacobVPATH=	${.CURDIR}/..
30211088Smjacob
31211088Smjacob.include <bsd.kmod.mk>
32