1 # $NetBSD: Makefile,v 1.17 2001/04/14 22:46:23 kleink Exp $ 2 3 KDIR= /sys/arch/mips/include 4 INCSDIR= /usr/include/mips 5 6 INCS= ansi.h aout_machdep.h asm.h \ 7 bswap.h bsd-aout.h \ 8 cachectl.h cdefs.h cpu.h cpuregs.h \ 9 db_machdep.h \ 10 ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 11 float.h \ 12 ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h \ 13 kcore.h kdbparam.h \ 14 limits.h lock.h locore.h \ 15 math.h mips1_pte.h mips3_pte.h mips_opcode.h mips_param.h \ 16 pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 17 reg.h regdef.h regnum.h reloc.h \ 18 setjmp.h signal.h stdarg.h sysarch.h \ 19 trap.h types.h \ 20 varargs.h vmparam.h 21 22 .include <bsd.kinc.mk> 23