2002-01-18 23:39:17 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 2002/01/18 20:39:17 thorpej Exp $
|
2001-10-22 09:19:31 +04:00
|
|
|
|
2002-01-18 23:39:17 +03:00
|
|
|
.PATH: ${.CURDIR}/../common
|
|
|
|
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../arch/${MACHINE_CPU}
|
|
|
|
CPPFLAGS+= -I${.CURDIR}/../common
|
1997-10-20 08:28:24 +04:00
|
|
|
|
1997-10-24 16:14:57 +04:00
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
1997-10-20 08:28:24 +04:00
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|