1 1.4 thorpej # $NetBSD: Makefile,v 1.4 2000/04/29 03:31:48 thorpej 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.3 soren endian.h endian_machdep.h float.h ieee.h ieeefp.h intr.h kcore.h \ 9 1.4 thorpej kdbparam.h leds.h limits.h lock.h locore.h math.h mips_opcode.h \ 10 1.4 thorpej nvram.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 11 1.4 thorpej reg.h regdef.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \ 12 1.4 thorpej types.h varargs.h vmparam.h 13 1.1 soren 14 1.1 soren .include <bsd.kinc.mk> 15