Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.2.2.1
      1  1.2.2.1   yamt #	$NetBSD: Makefile,v 1.2.2.1 2013/01/16 05:32:51 yamt 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.1  pooka 	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.1  pooka 	limits.h lock.h locore.h \
     16      1.1  pooka 	math.h mcontext.h mips_opcode.h mutex.h \
     17      1.1  pooka 	param.h pcb.h pmap.h pmc.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.2.2.1   yamt 	setjmp.h signal.h sljitarch.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