Makefile revision 302408
1193323Sed#-
2193323Sed# Copyright (c) 2006 by Matthew Jacob
3193323Sed# All rights reserved.
4193323Sed#
5193323Sed# Redistribution and use in source and binary forms, with or without
6193323Sed# modification, are permitted provided that the following conditions
7193323Sed# are met:
8193323Sed# 1. Redistributions of source code must retain the above copyright
9193323Sed#    notice immediately at the beginning of the file, without modification,
10193323Sed#    this list of conditions, and the following disclaimer.
11193323Sed# 2. The name of the author may not be used to endorse or promote products
12193323Sed#    derived from this software without specific prior written permission.
13193323Sed#
14193323Sed# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15249423Sdim# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16296417Sdim# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17249423Sdim# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
18249423Sdim# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19249423Sdim# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20193323Sed# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21218893Sdim# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22193323Sed# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23288943Sdim# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24276479Sdim# SUCH DAMAGE.
25198090Srdivacky#
26193323Sed
27193323Sed# $FreeBSD: stable/11/sys/modules/ispfw/isp_2400/Makefile 161648 2006-08-26 18:40:25Z mjacob $
28239462Sdim
29249423Sdim.PATH: ${.CURDIR}/../../../dev/ispfw
30249423Sdim
31239462SdimKMOD=	isp_2400
32193323SedSRCS=	ispfw.c
33243830Sdim
34193323SedCFLAGS += -DISP_2400 -DMODULE_NAME=\"${KMOD}\"
35249423Sdim
36249423Sdim.include <bsd.kmod.mk>
37249423Sdim