Makefile revision 1.6
105b261ecSmrg# $NetBSD: Makefile,v 1.6 2001/04/15 17:13:16 kleink Exp $ 205b261ecSmrg 305b261ecSmrgKDIR= /sys/arch/sandpoint/include 405b261ecSmrgINCSDIR= /usr/include/sandpoint 505b261ecSmrg 605b261ecSmrgINCS= ansi.h aout_machdep.h asm.h \ 705b261ecSmrg bat.h bootinfo.h bswap.h bus.h \ 805b261ecSmrg cdefs.h conf.h cpu.h cpufunc.h \ 905b261ecSmrg db_machdep.h disklabel.h \ 1005b261ecSmrg elf_machdep.h endian.h endian_machdep.h \ 1105b261ecSmrg float.h fpu.h frame.h \ 1205b261ecSmrg ieee.h ieeefp.h \ 1305b261ecSmrg int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 1405b261ecSmrg intr.h ipkdb.h \ 1505b261ecSmrg kcore.h kgdb.h \ 1605b261ecSmrg limits.h lock.h \ 1705b261ecSmrg machine_type.h math.h \ 1805b261ecSmrg param.h pcb.h pio.h pmap.h powerpc.h proc.h profile.h psl.h pte.h \ 1905b261ecSmrg ptrace.h \ 2005b261ecSmrg reg.h reloc.h \ 2105b261ecSmrg setjmp.h signal.h spkr.h stdarg.h \ 2205b261ecSmrg trap.h types.h \ 2305b261ecSmrg varargs.h vmparam.h 2405b261ecSmrg 2505b261ecSmrg.include <bsd.kinc.mk> 2605b261ecSmrg