Makefile revision 1.7
1# $NetBSD: Makefile,v 1.7 1999/03/13 13:07:43 drochner Exp $ 2 3KDIR= /sys/arch/newsmips/include 4INCSDIR= /usr/include/newsmips 5 6INCS= adrsmap.h ansi.h aout_machdep.h autoconf.h bswap.h bsd-aout.h \ 7 cdefs.h conf.h cpu.h db_machdep.h disklabel.h ecoff_machdep.h elf.h \ 8 elf_machdep.h endian.h float.h framebuf.h ieeefp.h intr.h kcore.h \ 9 kdbparam.h keyboard.h limits.h locore.h machConst.h mips_opcode.h \ 10 mouse.h param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 11 reg.h regnum.h reloc.h setjmp.h signal.h stdarg.h trap.h \ 12 types.h varargs.h vmparam.h z8530var.h 13 14.include <bsd.kinc.mk> 15