Makefile.inc revision 1.8
11.8Slukem# $NetBSD: Makefile.inc,v 1.8 2009/04/18 13:55:11 lukem Exp $ 21.1Smjacob# 31.1Smjacob# Copyright (c) 2000 by Matthew Jacob 41.1Smjacob# All rights reserved. 51.1Smjacob# 61.1Smjacob# Redistribution and use in source and binary forms, with or without 71.1Smjacob# modification, are permitted provided that the following conditions 81.1Smjacob# are met: 91.1Smjacob# 1. Redistributions of source code must retain the above copyright 101.1Smjacob# notice, this list of conditions, and the following disclaimer, 111.1Smjacob# without modification, immediately at the beginning of the file. 121.1Smjacob# 2. The name of the author may not be used to endorse or promote products 131.1Smjacob# derived from this software without specific prior written permission. 141.1Smjacob# 151.1Smjacob# Alternatively, this software may be distributed under the terms of the 161.1Smjacob# the GNU Public License ("GPL"). 171.1Smjacob# 181.1Smjacob# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 191.1Smjacob# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 201.1Smjacob# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 211.1Smjacob# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR 221.1Smjacob# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 231.1Smjacob# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 241.1Smjacob# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 251.1Smjacob# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 261.1Smjacob# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 271.1Smjacob# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 281.1Smjacob# SUCH DAMAGE. 291.1Smjacob# 301.1Smjacob# Matthew Jacob 311.1Smjacob# Feral Software 321.1Smjacob# mjacob@feral.com 331.1Smjacob# 341.1Smjacob 351.7SkleinkCPPFLAGS+= -DSESINC="<dev/scsipi/ses.h>" 361.4Serh 371.4Serh.if exists(${.CURDIR}/../../Makefile.inc) 381.4Serh.include "${.CURDIR}/../../Makefile.inc" 391.4Serh.endif 401.1Smjacob 411.2Smjacob.PATH: ${.CURDIR}/../srcs 42