Makefile revision 1.10
1# $NetBSD: Makefile,v 1.10 2000/04/29 03:31:54 thorpej Exp $ 2 3KDIR= /sys/arch/powerpc/include 4INCSDIR= /usr/include/powerpc 5 6INCS= ansi.h aout_machdep.h asm.h bat.h bswap.h cdefs.h cpu.h db_machdep.h \ 7 elf_machdep.h endian.h endian_machdep.h float.h fpu.h frame.h \ 8 hid_601.h ieee.h ieeefp.h ipkdb.h kcore.h limits.h lock.h \ 9 machine_type.h math.h param.h pcb.h pmap.h proc.h profile.h \ 10 psl.h pte.h ptrace.h reg.h reloc.h setjmp.h signal.h stdarg.h \ 11 trap.h types.h varargs.h 12 13.include <bsd.kinc.mk> 14