Makefile revision 1.2
11.2Ssimonb# $NetBSD: Makefile,v 1.2 2002/03/13 05:03:18 simonb Exp $ 21.1Ssimonb 31.1SsimonbKDIR= /sys/arch/evbmips/include 41.1SsimonbINCSDIR=/usr/include/evbmips 51.1Ssimonb 61.1SsimonbINCS= ansi.h aout_machdep.h asm.h \ 71.1Ssimonb bswap.h bus.h \ 81.1Ssimonb cdefs.h cpu.h \ 91.1Ssimonb db_machdep.h disklabel.h \ 101.2Ssimonb ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 111.1Ssimonb float.h \ 121.1Ssimonb ieee.h ieeefp.h \ 131.1Ssimonb int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 141.1Ssimonb intr.h \ 151.1Ssimonb isa_machdep.h \ 161.1Ssimonb kcore.h kdbparam.h \ 171.1Ssimonb limits.h lock.h locore.h \ 181.1Ssimonb math.h mips_opcode.h \ 191.1Ssimonb param.h pcb.h pci_machdep.h \ 201.1Ssimonb pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 211.1Ssimonb reg.h regdef.h regnum.h reloc.h rnd.h \ 221.1Ssimonb setjmp.h signal.h stdarg.h \ 231.1Ssimonb trap.h types.h \ 241.1Ssimonb varargs.h vmparam.h 251.1Ssimonb 261.1Ssimonb.include <bsd.kinc.mk> 27