Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2000/03/19 23:07:45 soren Exp $
      2 
      3 KDIR=	/sys/arch/cobalt/include
      4 INCSDIR= /usr/include/cobalt
      5 
      6 INCS=	ansi.h aout_machdep.h autoconf.h bsd-aout.h bswap.h cdefs.h conf.h \
      7 	cpu.h db_machdep.h disklabel.h ecoff_machdep.h elf_machdep.h endian.h \
      8 	endian_machdep.h float.h ieee.h ieeefp.h intr.h kcore.h kdbparam.h \
      9 	leds.h limits.h locore.h mips_opcode.h nvram.h param.h pcb.h pmap.h \
     10 	proc.h profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h \
     11 	setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h
     12 
     13 .include <bsd.kinc.mk>
     14