Makefile revision 1.16
11.16Salnsn# $NetBSD: Makefile,v 1.16 2014/07/23 18:19:43 alnsn Exp $ 21.1Ssimonb 31.1SsimonbINCSDIR=/usr/include/evbmips 41.1Ssimonb 51.12SmattINCS= ansi.h asm.h \ 61.13Sdyoung bswap.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.11Sad math.h mcontext.h mips_opcode.h mutex.h \ 161.4Ssimonb param.h pcb.h \ 171.5Sbriggs pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 181.11Sad reg.h regdef.h regnum.h reloc.h rwlock.h \ 191.16Salnsn setjmp.h signal.h sljit_machdep.h \ 201.1Ssimonb trap.h types.h \ 211.14Sjoerg vmparam.h \ 221.8Skleink wchar_limits.h 231.1Ssimonb 241.1Ssimonb.include <bsd.kinc.mk> 25