12 lines
285 B
Makefile
12 lines
285 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2002/02/26 20:58:46 tv Exp $
|
|
|
|
TOP= ${.CURDIR}/../../..
|
|
DIST= ${TOP}/dist/toolchain
|
|
|
|
GCCARCH= ${.CURDIR}/../arch/${MACHINE_ARCH}
|
|
|
|
CPPFLAGS+= -DLOCALEDIR=\"/usr/share/locale\" -DNETBSD_NATIVE
|
|
HOST_CPPFLAGS+= -I${.CURDIR}/..
|
|
|
|
.include "${GCCARCH}/defs.mk"
|