1273562Smarcel#-
2273562Smarcel# Copyright (c) 2006 by Matthew Jacob
3273562Smarcel# All rights reserved.
4273562Smarcel#
5273562Smarcel# Redistribution and use in source and binary forms, with or without
6273562Smarcel# modification, are permitted provided that the following conditions
7273562Smarcel# are met:
8273562Smarcel# 1. Redistributions of source code must retain the above copyright
9273562Smarcel#    notice immediately at the beginning of the file, without modification,
10277353Smarcel#    this list of conditions, and the following disclaimer.
11273562Smarcel# 2. The name of the author may not be used to endorse or promote products
12273562Smarcel#    derived from this software without specific prior written permission.
13273562Smarcel#
14277353Smarcel# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15287111Smarcel# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16273562Smarcel# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17273562Smarcel# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
18273562Smarcel# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19273562Smarcel# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20273562Smarcel# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21273562Smarcel# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22273562Smarcel# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23273562Smarcel# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24273562Smarcel# SUCH DAMAGE.
25273562Smarcel#
26273562Smarcel
27273562Smarcel# $FreeBSD$
28273562Smarcel
29273562Smarcel.PATH: ${.CURDIR}/../../../dev/ispfw
30287111Smarcel
31287111SmarcelKMOD=	isp_12160
32SRCS=	ispfw.c
33
34CFLAGS += -DISP_12160 -DMODULE_NAME=\"${KMOD}\"
35
36.include <bsd.kmod.mk>
37