Makefile revision 291188
1145522Sdarrenr#-
2145522Sdarrenr# Copyright (c) 2006 by Matthew Jacob
353642Sguido# All rights reserved.
4255332Scy#
553642Sguido# Redistribution and use in source and binary forms, with or without
680482Sdarrenr# modification, are permitted provided that the following conditions
753642Sguido# are met:
8145522Sdarrenr# 1. Redistributions of source code must retain the above copyright
9145522Sdarrenr#    notice immediately at the beginning of the file, without modification,
10145522Sdarrenr#    this list of conditions, and the following disclaimer.
11145522Sdarrenr# 2. The name of the author may not be used to endorse or promote products
12145522Sdarrenr#    derived from this software without specific prior written permission.
1353642Sguido#
1453642Sguido# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1553642Sguido# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1653642Sguido# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1753642Sguido# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
1853642Sguido# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19153876Sguido# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20153876Sguido# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21153876Sguido# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22145522Sdarrenr# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2353642Sguido# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2453642Sguido# SUCH DAMAGE.
2553642Sguido#
26145522Sdarrenr
27145522Sdarrenr# $FreeBSD: head/sys/modules/ispfw/Makefile 291188 2015-11-23 10:06:19Z mav $ 
28145522Sdarrenr
29145522Sdarrenr
30145522SdarrenrSUBDIR = ispfw
31145522SdarrenrSUBDIR += isp_1040
32145522SdarrenrSUBDIR += isp_1080
3353642SguidoSUBDIR += isp_12160
34145522SdarrenrSUBDIR += isp_2100
3553642SguidoSUBDIR += isp_2200
3653642SguidoSUBDIR += isp_2300
3753642SguidoSUBDIR += isp_2322
3853642SguidoSUBDIR += isp_2400
39145522SdarrenrSUBDIR += isp_2500
40153876Sguido.if ${MACHINE} == "sparc64"
41153876SguidoSUBDIR += isp_1000
42145522Sdarrenr.endif
4353642Sguido
44145522Sdarrenr.include <bsd.subdir.mk>
45145522Sdarrenr