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