Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:38 cgd Exp $ 2 3KDIR= /sys/arch/m68k/include 4INCSDIR= /usr/include/m68k 5 6INCS= ansi.h aout_machdep.h asm.h asm_single.h cacheops.h cacheops_20.h \ 7 cacheops_30.h cacheops_40.h cacheops_60.h cdefs.h cpu.h db_machdep.h \ 8 endian.h float.h frame.h ieee.h ieeefp.h kcore.h limits.h m68k.h \ 9 param.h pcb.h profile.h psl.h ptrace.h reg.h setjmp.h signal.h \ 10 stdarg.h sysctl.h trap.h types.h varargs.h 11 12.include <bsd.kinc.mk> 13