1 1.6 kleink # $NetBSD: Makefile,v 1.6 2004/05/08 21:51:50 kleink Exp $ 2 1.1 simonb 3 1.1 simonb INCSDIR= /usr/include/sbmips 4 1.1 simonb 5 1.1 simonb # XXXcgd need local: bus.h pci_machdep.h 6 1.1 simonb # XXXcgd need export: intr.h 7 1.1 simonb 8 1.2 kleink INCS= ansi.h aout_machdep.h asm.h \ 9 1.2 kleink bsd-aout.h bswap.h \ 10 1.2 kleink cdefs.h cpu.h \ 11 1.2 kleink db_machdep.h disklabel.h \ 12 1.2 kleink ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 13 1.2 kleink float.h \ 14 1.2 kleink ieee.h ieeefp.h \ 15 1.2 kleink int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 16 1.2 kleink kcore.h kdbparam.h \ 17 1.2 kleink limits.h lock.h locore.h \ 18 1.5 thorpej math.h mcontext.h mips_opcode.h \ 19 1.3 briggs param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 20 1.2 kleink reg.h regdef.h regnum.h reloc.h \ 21 1.2 kleink setjmp.h signal.h stdarg.h \ 22 1.2 kleink trap.h types.h \ 23 1.6 kleink varargs.h vmparam.h \ 24 1.6 kleink wchar_limits.h 25 1.1 simonb 26 1.1 simonb .include <bsd.kinc.mk> 27