Makefile revision 1.10
1# $NetBSD: Makefile,v 1.10 2001/04/14 12:19:49 kleink 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 \ 9 int_mwgwtypes.h int_types.h intr.h kcore.h limits.h lock.h math.h \ 10 mtpr.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 11 reg.h setjmp.h signal.h stdarg.h svr4_machdep.h trap.h types.h \ 12 varargs.h vmparam.h 13 14.include <bsd.kinc.mk> 15