Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.4
      1  1.4      tron #	$NetBSD: Makefile,v 1.4 2000/03/17 22:36:33 tron Exp $
      2  1.1  takemura 
      3  1.1  takemura KDIR=	/sys/arch/hpcmips/include
      4  1.1  takemura INCSDIR= /usr/include/hpcmips
      5  1.1  takemura 
      6  1.1  takemura INCS= ansi.h aout_machdep.h asm.h autoconf.h bootinfo.h bswap.h bus.h \
      7  1.1  takemura 	cdefs.h clock_machdep.h cpu.h db_machdep.h disklabel.h \
      8  1.4      tron 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h intr.h \
      9  1.4      tron 	kcore.h limits.h locore.h math.h param.h pcb.h pmap.h proc.h psl.h \
     10  1.4      tron 	pte.h ptrace.h reg.h regdef.h regnum.h reloc.h signal.h stdarg.h \
     11  1.4      tron 	sysconf.h types.h vmparam.h setjmp.h float.h ieeefp.h ieee.h \
     12  1.1  takemura 	bsd-aout.h kdbparam.h mips_opcode.h profile.h trap.h varargs.h
     13  1.1  takemura 
     14  1.1  takemura .include <bsd.kinc.mk>
     15