1 1.1 itojun # $NetBSD: Makefile,v 1.1 1999/09/13 10:31:13 itojun Exp $ 2 1.1 itojun 3 1.1 itojun KDIR= /sys/arch/sh3/include 4 1.1 itojun INCSDIR= /usr/include/sh3 5 1.1 itojun 6 1.1 itojun INCS= ansi.h aout_machdep.h asm.h bootinfo.h bscreg.h bswap.h bus.h \ 7 1.1 itojun ccrreg.h cdefs.h coff_machdep.h cpu.h cpufunc.h cputypes.h \ 8 1.1 itojun db_disasm.h db_machdep.h disklabel.h elf_machdep.h endian.h \ 9 1.1 itojun exec_coff.h float.h frame.h ieee.h ieeefp.h intcreg.h intr.h limits.h \ 10 1.1 itojun mmureg.h param.h pcb.h pio.h pmap.h proc.h profile.h psl.h pte.h \ 11 1.1 itojun ptrace.h reg.h rtcreg.h scifreg.h scireg.h segments.h setjmp.h \ 12 1.1 itojun sh_opcode.h shbvar.h signal.h stdarg.h tmureg.h \ 13 1.1 itojun trap.h trapreg.h types.h ubcreg.h va-sh.h varargs.h vmparam.h \ 14 1.1 itojun wdtreg.h 15 1.1 itojun 16 1.1 itojun .include <bsd.kinc.mk> 17