1 # $NetBSD: Makefile,v 1.1 2001/04/19 07:11:00 matt Exp $ 2 3 KDIR= /sys/arch/netwinder/include 4 INCSDIR= /usr/include/arm/netwinder 5 6 INCS= ansi.h aout_machdep.h asm.h \ 7 bootconfig.h bswap.h bus.h \ 8 cdefs.h conf.h cpu.h cpufunc.h cpus.h \ 9 db_machdep.h disklabel.h disklabel_acorn.h \ 10 elf_machdep.h endian.h endian_machdep.h \ 11 float.h fp.h frame.h \ 12 ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h \ 13 intr.h ipkdb.h irqhandler.h \ 14 joystick.h \ 15 katelib.h \ 16 limits.h lock.h \ 17 math.h \ 18 param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 19 reg.h rtc.h \ 20 setjmp.h signal.h stdarg.h sysarch.h \ 21 trap.h types.h \ 22 undefined.h \ 23 varargs.h vmparam.h 24 25 .include <bsd.kinc.mk> 26