thorpej 41d48940fa * Move stuff shared between lint1 and lint2 to the new common/ directory.
* Move the arch/ directory out of lint1/ into the top-level.
2002-01-18 20:39:17 +00:00

11 lines
267 B
Makefile

# $NetBSD: Makefile.inc,v 1.7 2002/01/18 20:39:17 thorpej Exp $
.PATH: ${.CURDIR}/../common
CPPFLAGS+= -I${.CURDIR}/../arch/${MACHINE_CPU}
CPPFLAGS+= -I${.CURDIR}/../common
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif