Makefile revision 1.12
11.12Sjoerg# $NetBSD: Makefile,v 1.12 2011/07/17 20:54:46 joerg Exp $ 21.1Ssimonb 31.1SsimonbINCSDIR= /usr/include/sbmips 41.1Ssimonb 51.1Ssimonb# XXXcgd need local: bus.h pci_machdep.h 61.1Ssimonb# XXXcgd need export: intr.h 71.1Ssimonb 81.11SmattINCS= ansi.h asm.h \ 91.11Smatt bswap.h \ 101.2Skleink cdefs.h cpu.h \ 111.8Sdrochner disklabel.h \ 121.2Skleink ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 131.2Skleink float.h \ 141.2Skleink ieee.h ieeefp.h \ 151.2Skleink int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 161.2Skleink kcore.h kdbparam.h \ 171.2Skleink limits.h lock.h locore.h \ 181.10Sad math.h mcontext.h mips_opcode.h mutex.h \ 191.3Sbriggs param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 201.9She reg.h regdef.h regnum.h reloc.h rwlock.h \ 211.12Sjoerg setjmp.h signal.h \ 221.2Skleink trap.h types.h \ 231.12Sjoerg vmparam.h \ 241.6Skleink wchar_limits.h 251.1Ssimonb 261.1Ssimonb.include <bsd.kinc.mk> 27