Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 2001/11/22 18:40:12 thorpej Exp $
2
3KDIR=	/sys/arch/evbarm/include
4INCSDIR= /usr/include/arm/evbarm
5
6INCS=	bootconfig.h \
7	frame.h \
8	intr.h \
9	joystick.h \
10	kerndebug.h \
11	param.h pci_machdep.h pmap.h psl.h \
12	types.h \
13	vmparam.h
14
15.include <bsd.kinc.mk>
16