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