Home | History | Annotate | Line # | Download | only in include
      1 #	$NetBSD: Makefile,v 1.38 2024/11/30 01:04:11 christos Exp $
      2 
      3 INCSDIR= /usr/include/mips
      4 
      5 INCS=	ansi.h asm.h \
      6 	bswap.h \
      7 	cachectl.h cdefs.h cpu.h cpuregs.h \
      8 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
      9 	fenv.h float.h frame.h \
     10 	ieee.h ieeefp.h \
     11 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     12 	kcore.h kdbparam.h \
     13 	limits.h lock.h locore.h lwp_private.h mcontext.h math.h \
     14 	mips1_pte.h mips3_pte.h mips_opcode.h mips_param.h mutex.h \
     15 	pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     16 	reg.h regdef.h regnum.h reloc.h rwlock.h \
     17 	setjmp.h signal.h sljit_machdep.h sysarch.h \
     18 	trap.h types.h \
     19 	vmparam.h \
     20 	wchar_limits.h
     21 
     22 .include <bsd.kinc.mk>
     23