Makefile.inc revision 1.6
1#	$NetBSD: Makefile.inc,v 1.6 2001/11/12 23:16:36 tv Exp $
2
3CPPFLAGS+=	-I${.CURDIR}/../lint1/arch/${MACHINE_CPU}
4
5.if exists(${.CURDIR}/../../Makefile.inc)
6.include "${.CURDIR}/../../Makefile.inc"
7.endif
8