Makefile revision 1.1
11.1Spooka# $NetBSD: Makefile,v 1.1 2011/01/26 01:18:51 pooka Exp $ 21.1Spooka 31.1SpookaINCSDIR= /usr/include/emips 41.1Spooka 51.1SpookaINCS= ansi.h asm.h autoconf.h \ 61.1Spooka bswap.h bus.h \ 71.1Spooka cdefs.h cpu.h \ 81.1Spooka disklabel.h \ 91.1Spooka ecoff_machdep.h elf_machdep.h emipsreg.h endian.h endian_machdep.h \ 101.1Spooka float.h \ 111.1Spooka ieee.h ieeefp.h \ 121.1Spooka int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 131.1Spooka intr.h \ 141.1Spooka kcore.h kdbparam.h \ 151.1Spooka limits.h lock.h locore.h \ 161.1Spooka math.h mcontext.h mips_opcode.h mutex.h \ 171.1Spooka param.h pcb.h pmap.h pmc.h \ 181.1Spooka proc.h profile.h psl.h pte.h ptrace.h \ 191.1Spooka reg.h regdef.h regnum.h reloc.h rwlock.h \ 201.1Spooka setjmp.h signal.h stdarg.h \ 211.1Spooka trap.h types.h \ 221.1Spooka varargs.h vmparam.h \ 231.1Spooka wchar_limits.h 241.1Spooka 251.1Spooka.include <bsd.kinc.mk> 26