Makefile revision 1.7
1#	$NetBSD: Makefile,v 1.7 2001/09/03 19:20:30 matt 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	katelib.h kerndebug.h \
11	param.h pci_machdep.h pmap.h psl.h \
12	rtc.h \
13	types.h \
14	vmparam.h
15
16.include <bsd.kinc.mk>
17