Makefile revision 1.5
11.5Sbriggs# $NetBSD: Makefile,v 1.5 2002/08/07 05:15:14 briggs 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 kcore.h kdbparam.h \ 151.1Ssimonb limits.h lock.h locore.h \ 161.1Ssimonb math.h mips_opcode.h \ 171.4Ssimonb param.h pcb.h \ 181.5Sbriggs pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 191.3Ssimonb reg.h regdef.h regnum.h reloc.h \ 201.1Ssimonb setjmp.h signal.h stdarg.h \ 211.1Ssimonb trap.h types.h \ 221.1Ssimonb varargs.h vmparam.h 231.1Ssimonb 241.1Ssimonb.include <bsd.kinc.mk> 25