1 1.3 bouyer # $NetBSD: Makefile,v 1.3 1999/01/15 13:31:25 bouyer Exp $ 2 1.1 cgd 3 1.1 cgd KDIR= /sys/arch/mips/include 4 1.1 cgd INCSDIR= /usr/include/mips 5 1.1 cgd 6 1.3 bouyer INCS= ansi.h aout_machdep.h asm.h bswap.h bsd-aout.h cachectl.h cdefs.h \ 7 1.3 bouyer conf.h cpu.h cpuarch.h db_machdep.h ecoff_machdep.h elf.h \ 8 1.3 bouyer elf_machdep.h endian.h float.h ieeefp.h intr.h kcore.h kdbparam.h \ 9 1.3 bouyer limits.h locore.h mips1_pte.h mips3_pte.h mips_opcode.h mips_param.h \ 10 1.3 bouyer pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h regnum.h \ 11 1.3 bouyer reloc.h setjmp.h signal.h stdarg.h sysarch.h trap.h types.h varargs.h \ 12 1.1 cgd vmparam.h 13 1.1 cgd 14 1.1 cgd .include <bsd.kinc.mk> 15