Makefile.inc revision 1.7
1# $NetBSD: Makefile.inc,v 1.7 2002/01/18 20:39:17 thorpej Exp $ 2 3.PATH: ${.CURDIR}/../common 4 5CPPFLAGS+= -I${.CURDIR}/../arch/${MACHINE_CPU} 6CPPFLAGS+= -I${.CURDIR}/../common 7 8.if exists(${.CURDIR}/../../Makefile.inc) 9.include "${.CURDIR}/../../Makefile.inc" 10.endif 11