Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.2
      1  1.2  simonb #	$NetBSD: Makefile,v 1.2 2002/03/13 05:03:18 simonb Exp $
      2  1.1  simonb 
      3  1.1  simonb KDIR=	/sys/arch/evbmips/include
      4  1.1  simonb INCSDIR=/usr/include/evbmips
      5  1.1  simonb 
      6  1.1  simonb INCS=	ansi.h aout_machdep.h asm.h \
      7  1.1  simonb 	bswap.h bus.h \
      8  1.1  simonb 	cdefs.h cpu.h \
      9  1.1  simonb 	db_machdep.h disklabel.h \
     10  1.2  simonb 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     11  1.1  simonb 	float.h \
     12  1.1  simonb 	ieee.h ieeefp.h \
     13  1.1  simonb 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.1  simonb 	intr.h \
     15  1.1  simonb 	isa_machdep.h \
     16  1.1  simonb 	kcore.h kdbparam.h \
     17  1.1  simonb 	limits.h lock.h locore.h \
     18  1.1  simonb 	math.h mips_opcode.h \
     19  1.1  simonb 	param.h pcb.h pci_machdep.h \
     20  1.1  simonb 	pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     21  1.1  simonb 	reg.h regdef.h regnum.h reloc.h rnd.h \
     22  1.1  simonb 	setjmp.h signal.h stdarg.h \
     23  1.1  simonb 	trap.h types.h \
     24  1.1  simonb 	varargs.h vmparam.h
     25  1.1  simonb 
     26  1.1  simonb .include <bsd.kinc.mk>
     27