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