1 # $NetBSD: Makefile,v 1.2 2000/03/21 02:48:17 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 math.h mips_opcode.h nvram.h param.h pcb.h \ 10 pmap.h proc.h profile.h psl.h pte.h ptrace.h reg.h regdef.h regnum.h \ 11 reloc.h setjmp.h signal.h stdarg.h trap.h types.h varargs.h vmparam.h 12 13 .include <bsd.kinc.mk> 14