Makefile.inc revision 1.5
1#	$NetBSD: Makefile.inc,v 1.5 2001/10/25 02:22:55 thorpej Exp $
2
3.if !defined(HOSTPROG)
4CPPFLAGS+=-I${.CURDIR}/../lint1/arch/${MACHINE_CPU}
5.endif
6
7.if exists(${.CURDIR}/../../Makefile.inc)
8.include "${.CURDIR}/../../Makefile.inc"
9.endif
10