1 1.17 thorpej # $NetBSD: Makefile,v 1.17 2000/04/29 03:31:53 thorpej Exp $ 2 1.1 cgd 3 1.1 cgd KDIR= /sys/arch/pmax/include 4 1.1 cgd INCSDIR= /usr/include/pmax 5 1.1 cgd 6 1.16 soren INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h bsd-aout.h bus.h \ 7 1.16 soren cdefs.h clock_machdep.h conf.h cpu.h db_machdep.h dc7085cons.h \ 8 1.16 soren disklabel.h ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 9 1.16 soren fbio.h fbvar.h float.h ieee.h ieeefp.h intr.h kcore.h kdbparam.h \ 10 1.17 thorpej limits.h lock.h locore.h math.h mips_opcode.h param.h pcb.h pmap.h \ 11 1.17 thorpej pmioctl.h proc.h profile.h psl.h pte.h ptrace.h reg.h regdef.h \ 12 1.17 thorpej regnum.h reloc.h setjmp.h signal.h stdarg.h tc_machdep.h trap.h \ 13 1.17 thorpej types.h varargs.h vmparam.h 14 1.1 cgd 15 1.1 cgd .include <bsd.kinc.mk> 16