Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 1999/03/15 12:42:51 minoura Exp $ 2 3KDIR= /sys/arch/amiga/include 4INCSDIR= /usr/include/amiga 5 6INCS= 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 ieee.h ieeefp.h intr.h kcore.h limits.h mtpr.h \ 9 param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h \ 10 setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h 11 12.include <bsd.kinc.mk> 13