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