Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.5
      1  1.5  kleink #	$NetBSD: Makefile,v 1.5 2000/06/26 15:42:31 kleink 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.3   soren INCS=	ansi.h aout_machdep.h asm.h autoconf.h bsd-aout.h bswap.h cdefs.h \
      7  1.3   soren 	conf.h cpu.h db_machdep.h disklabel.h ecoff_machdep.h elf_machdep.h \
      8  1.5  kleink 	endian.h endian_machdep.h float.h ieee.h ieeefp.h int_types.h intr.h \
      9  1.5  kleink 	kcore.h kdbparam.h leds.h limits.h lock.h locore.h math.h \
     10  1.5  kleink 	mips_opcode.h nvram.h param.h pcb.h pmap.h proc.h profile.h psl.h \
     11  1.5  kleink 	pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h \
     12  1.5  kleink 	stdarg.h trap.h types.h varargs.h vmparam.h
     13  1.1   soren 
     14  1.1   soren .include <bsd.kinc.mk>
     15