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