Makefile revision 1.1
11.1Sbriggs# $NetBSD: Makefile,v 1.1 2001/02/04 18:32:11 briggs Exp $ 21.1Sbriggs 31.1SbriggsKDIR= /sys/arch/sandpoint/include 41.1SbriggsINCSDIR= /usr/include/sandpoint 51.1Sbriggs 61.1SbriggsINCS= ansi.h aout_machdep.h asm.h bat.h bootinfo.h bswap.h bus.h cdefs.h \ 71.1Sbriggs conf.h cpu.h cpufunc.h db_machdep.h disklabel.h elf_machdep.h \ 81.1Sbriggs endian.h endian_machdep.h float.h fpu.h frame.h ieee.h ieeefp.h \ 91.1Sbriggs intr.h ipkdb.h kcore.h kgdb.h limits.h lock.h machine_type.h math.h \ 101.1Sbriggs param.h pcb.h pio.h pmap.h powerpc.h proc.h \ 111.1Sbriggs profile.h psl.h pte.h ptrace.h reg.h reloc.h setjmp.h signal.h \ 121.1Sbriggs spkr.h stdarg.h trap.h types.h varargs.h vmparam.h 131.1Sbriggs 141.1Sbriggs.include <bsd.kinc.mk> 15