Makefile revision 1.1
11.1Sscw# $NetBSD: Makefile,v 1.1 2002/12/09 12:15:55 scw Exp $ 21.1Sscw 31.1SscwKDIR= /sys/arch/evbppc/include 41.1SscwINCSDIR= /usr/include/evbppc 51.1Sscw 61.1SscwINCS= ansi.h aout_machdep.h asm.h \ 71.1Sscw bswap.h bus.h \ 81.1Sscw cdefs.h cpu.h \ 91.1Sscw db_machdep.h disklabel.h \ 101.1Sscw elf_machdep.h endian.h endian_machdep.h \ 111.1Sscw float.h fpu.h frame.h \ 121.1Sscw ieee.h ieeefp.h int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h \ 131.1Sscw int_types.h intr.h ipkdb.h \ 141.1Sscw kcore.h \ 151.1Sscw limits.h lock.h \ 161.1Sscw math.h \ 171.1Sscw param.h pcb.h pio.h pmap.h powerpc.h proc.h profile.h psl.h pte.h \ 181.1Sscw ptrace.h \ 191.1Sscw reg.h reloc.h \ 201.1Sscw setjmp.h signal.h stdarg.h \ 211.1Sscw tlb.h trap.h types.h \ 221.1Sscw varargs.h vmparam.h 231.1Sscw 241.1Sscw.include <bsd.kinc.mk> 25