Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.12
      1 #	$NetBSD: Makefile,v 1.12 1999/12/23 10:15:12 kleink Exp $
      2 
      3 KDIR=	/sys/arch/mips/include
      4 INCSDIR= /usr/include/mips
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h bswap.h bsd-aout.h cachectl.h \
      7 	cdefs.h cpu.h cpuregs.h db_machdep.h ecoff_machdep.h \
      8 	elf_machdep.h endian.h float.h ieee.h ieeefp.h \
      9 	kcore.h kdbparam.h limits.h locore.h math.h mips1_pte.h mips3_pte.h \
     10 	mips_opcode.h mips_param.h pcb.h pmap.h proc.h profile.h \
     11 	psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h \
     12 	signal.h stdarg.h sysarch.h trap.h types.h varargs.h \
     13 	vmparam.h
     14 
     15 .include <bsd.kinc.mk>
     16