Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2001/07/14 00:23:10 matt Exp $ 2 3KDIR= /sys/arch/cats/include 4INCSDIR= /usr/include/arm/cats 5 6INCS= bootconfig.h \ 7 conf.h \ 8 frame.h \ 9 intr.h irqhandler.h \ 10 joystick.h \ 11 katelib.h kerndebug.h \ 12 param.h pcb.h pci_machdep.h pmap.h psl.h \ 13 rtc.h \ 14 types.h \ 15 vmparam.h 16 17.include <bsd.kinc.mk> 18