Makefile revision 1.1
11.1Sscw# $NetBSD: Makefile,v 1.1 2002/02/27 21:02:13 scw Exp $ 21.1Sscw 31.1SscwKDIR= /sys/arch/mvmeppc/include 41.1SscwINCSDIR= /usr/include/mvmeppc 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 \ 131.1Sscw int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 141.1Sscw intr.h ipkdb.h \ 151.1Sscw kcore.h kgdb.h \ 161.1Sscw limits.h lock.h \ 171.1Sscw math.h \ 181.1Sscw param.h pcb.h pio.h pmap.h powerpc.h proc.h profile.h psl.h \ 191.1Sscw ptrace.h \ 201.1Sscw reg.h reloc.h \ 211.1Sscw setjmp.h signal.h stdarg.h \ 221.1Sscw trap.h types.h \ 231.1Sscw varargs.h vmparam.h 241.1Sscw 251.1Sscw.include <bsd.kinc.mk> 26