Home | History | Annotate | Line # | Download | only in include
      1  1.7  christos #	$NetBSD: Makefile,v 1.7 2024/11/30 01:04:08 christos Exp $
      2  1.1     pooka 
      3  1.1     pooka INCSDIR= /usr/include/emips
      4  1.1     pooka 
      5  1.1     pooka INCS=	ansi.h asm.h autoconf.h \
      6  1.1     pooka 	bswap.h bus.h \
      7  1.1     pooka 	cdefs.h cpu.h \
      8  1.1     pooka 	disklabel.h \
      9  1.1     pooka 	ecoff_machdep.h elf_machdep.h emipsreg.h endian.h endian_machdep.h \
     10  1.5  christos 	fenv.h float.h \
     11  1.1     pooka 	ieee.h ieeefp.h \
     12  1.1     pooka 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13  1.1     pooka 	intr.h \
     14  1.1     pooka 	kcore.h kdbparam.h \
     15  1.7  christos 	limits.h lock.h locore.h lwp_private.h \
     16  1.1     pooka 	math.h mcontext.h mips_opcode.h mutex.h \
     17  1.6      maxv 	param.h pcb.h pmap.h \
     18  1.1     pooka 	proc.h profile.h psl.h pte.h ptrace.h \
     19  1.1     pooka 	reg.h regdef.h regnum.h reloc.h rwlock.h \
     20  1.4     alnsn 	setjmp.h signal.h \
     21  1.1     pooka 	trap.h types.h \
     22  1.2     joerg 	vmparam.h \
     23  1.1     pooka 	wchar_limits.h
     24  1.1     pooka 
     25  1.1     pooka .include <bsd.kinc.mk>
     26