1 1.1 marcus # $NetBSD: Makefile,v 1.1 2000/12/11 18:19:13 marcus Exp $ 2 1.1 marcus 3 1.1 marcus KDIR= /sys/arch/dreamcast/include 4 1.1 marcus INCSDIR= /usr/include/dreamcast 5 1.1 marcus 6 1.1 marcus INCS= ansi.h aout_machdep.h asm.h bootinfo.h bswap.h bus.h cdefs.h \ 7 1.1 marcus coff_machdep.h conf.h cpu.h cpufunc.h cputypes.h db_machdep.h \ 8 1.1 marcus disklabel.h elf_machdep.h endian.h endian_machdep.h float.h frame.h \ 9 1.1 marcus ieee.h ieeefp.h int_types.h intr.h limits.h lock.h math.h mmeye.h \ 10 1.1 marcus param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 11 1.1 marcus reg.h segments.h setjmp.h shbvar.h signal.h stdarg.h \ 12 1.1 marcus trap.h types.h varargs.h vmparam.h 13 1.1 marcus 14 1.1 marcus .include <bsd.kinc.mk> 15