Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2000/04/29 03:31:47 thorpej 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 \ 8 endian_machdep.h fbio.h float.h frame.h ieee.h ieeefp.h intr.h \ 9 kcore.h limits.h lock.h math.h mtpr.h param.h pcb.h pmap.h proc.h \ 10 profile.h psl.h pte.h ptrace.h reg.h setjmp.h signal.h stdarg.h \ 11 svr4_machdep.h trap.h types.h varargs.h vmparam.h 12 13.include <bsd.kinc.mk> 14