Makefile.inc revision 1.7
11.7Sthorpej#	$NetBSD: Makefile.inc,v 1.7 2002/01/18 20:39:17 thorpej Exp $
21.4Sjmc
31.7Sthorpej.PATH:		${.CURDIR}/../common
41.7Sthorpej
51.7SthorpejCPPFLAGS+=	-I${.CURDIR}/../arch/${MACHINE_CPU}
61.7SthorpejCPPFLAGS+=	-I${.CURDIR}/../common
71.1Slukem
81.2Sveego.if exists(${.CURDIR}/../../Makefile.inc)
91.1Slukem.include "${.CURDIR}/../../Makefile.inc"
101.1Slukem.endif
11