Makefile revision 1.7
1# $NetBSD: Makefile,v 1.7 2001/09/03 01:50:02 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 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