1 # $NetBSD: Makefile,v 1.3 1999/01/15 13:31:23 bouyer Exp $ 2 3 KDIR= /sys/arch/amiga/include 4 INCSDIR= /usr/include/amiga 5 6 INCS= ansi.h aout_machdep.h asm.h bswap.h bus.h cdefs.h conf.h cpu.h \ 7 cpufunc.h db_machdep.h disklabel.h elf_machdep.h endian.h fbio.h \ 8 float.h frame.h ieeefp.h intr.h kcore.h limits.h mtpr.h param.h pcb.h \ 9 pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h \ 10 stdarg.h trap.h types.h varargs.h vmparam.h 11 12 .include <bsd.kinc.mk> 13