Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.24
      1 #	$NetBSD: Makefile,v 1.24 2003/01/17 23:36:08 thorpej Exp $
      2 
      3 INCSDIR= /usr/include/mips
      4 
      5 INCS=	ansi.h aout_machdep.h asm.h \
      6 	bswap.h bsd-aout.h \
      7 	cachectl.h cdefs.h cpu.h cpuregs.h \
      8 	db_machdep.h \
      9 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     10 	float.h \
     11 	ieee.h ieeefp.h \
     12 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13 	kcore.h kdbparam.h \
     14 	limits.h lock.h locore.h mcontext.h math.h \
     15 	mips1_pte.h mips3_pte.h mips_opcode.h mips_param.h \
     16 	pcb.h pmap.h pmc.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