Makefile revision 1.1
11.1Stakemura# $NetBSD: Makefile,v 1.1 1999/09/16 12:23:21 takemura Exp $ 21.1Stakemura 31.1StakemuraKDIR= /sys/arch/hpcmips/include 41.1StakemuraINCSDIR= /usr/include/hpcmips 51.1Stakemura 61.1StakemuraINCS= ansi.h aout_machdep.h asm.h autoconf.h bootinfo.h bswap.h bus.h \ 71.1Stakemura cdefs.h clock_machdep.h cpu.h db_machdep.h disklabel.h \ 81.1Stakemura ecoff_machdep.h elf.h elf_machdep.h endian.h intr.h kcore.h \ 91.1Stakemura limits.h locore.h param.h pcb.h pmap.h proc.h psl.h pte.h ptrace.h \ 101.1Stakemura reg.h regdef.h regnum.h reloc.h signal.h stdarg.h sysconf.h \ 111.1Stakemura types.h vmparam.h setjmp.h float.h ieeefp.h ieee.h \ 121.1Stakemura bsd-aout.h kdbparam.h mips_opcode.h profile.h trap.h varargs.h 131.1Stakemura 141.1Stakemura.include <bsd.kinc.mk> 15