Makefile revision 1.10
11.10Sdrochner# $NetBSD: Makefile,v 1.10 2006/07/26 19:54:56 drochner Exp $ 21.1Ssimonb 31.1SsimonbINCSDIR=/usr/include/evbmips 41.1Ssimonb 51.1SsimonbINCS= ansi.h aout_machdep.h asm.h \ 61.1Ssimonb bswap.h bus.h \ 71.1Ssimonb cdefs.h cpu.h \ 81.10Sdrochner disklabel.h \ 91.2Ssimonb ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 101.1Ssimonb float.h \ 111.1Ssimonb ieee.h ieeefp.h \ 121.1Ssimonb int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 131.1Ssimonb kcore.h kdbparam.h \ 141.1Ssimonb limits.h lock.h locore.h \ 151.7Sthorpej math.h mcontext.h mips_opcode.h \ 161.4Ssimonb param.h pcb.h \ 171.5Sbriggs pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 181.3Ssimonb reg.h regdef.h regnum.h reloc.h \ 191.1Ssimonb setjmp.h signal.h stdarg.h \ 201.1Ssimonb trap.h types.h \ 211.8Skleink varargs.h vmparam.h \ 221.8Skleink wchar_limits.h 231.1Ssimonb 241.1Ssimonb.include <bsd.kinc.mk> 25