Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2001/04/14 12:19:50 kleink Exp $ 2 3KDIR= /sys/arch/amigappc/include 4INCSDIR= /usr/include/amigappc 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 int_mwgwtypes.h int_types.h intr.h \ 9 kcore.h limits.h mtpr.h param.h pcb.h pmap.h proc.h profile.h psl.h \ 10 pte.h ptrace.h reg.h setjmp.h signal.h stdarg.h svr4_machdep.h trap.h \ 11 types.h varargs.h vmparam.h 12 13.include <bsd.kinc.mk> 14