Makefile revision 1.1
11.1Ssoren# $NetBSD: Makefile,v 1.1 2000/06/14 15:39:55 soren Exp $ 21.1Ssoren 31.1SsorenKDIR= /sys/arch/sgimips/include 41.1SsorenINCSDIR= /usr/include/sgimips 51.1Ssoren 61.1SsorenINCS= asm.h ansi.h aout_machdep.h arcs.h autoconf.h bsd-aout.h bswap.h \ 71.1Ssoren cdefs.h conf.h cpu.h db_machdep.h disklabel.h ecoff_machdep.h \ 81.1Ssoren elf_machdep.h endian.h endian_machdep.h float.h ieee.h ieeefp.h \ 91.1Ssoren intr.h kcore.h kdbparam.h limits.h lock.h locore.h math.h \ 101.1Ssoren mips_opcode.h param.h pci_machdep.h pcb.h pmap.h proc.h profile.h \ 111.1Ssoren psl.h pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h \ 121.1Ssoren stdarg.h trap.h types.h varargs.h vmparam.h z8530var.h 131.1Ssoren 141.1Ssoren.include <bsd.kinc.mk> 15