1 1.12 thorpej # $NetBSD: Makefile,v 1.12 2002/03/07 19:34:37 thorpej 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.9 kleink INCS= ansi.h aout_machdep.h asm.h \ 7 1.9 kleink bootinfo.h bscreg.h bswap.h bus.h \ 8 1.12 thorpej cdefs.h coff_machdep.h cpgreg.h cpu.h cputypes.h \ 9 1.9 kleink db_disasm.h db_machdep.h disklabel.h \ 10 1.9 kleink elf_machdep.h endian.h endian_machdep.h \ 11 1.9 kleink float.h frame.h \ 12 1.10 kleink ieee.h ieeefp.h \ 13 1.11 kleink int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 14 1.9 kleink intcreg.h intr.h \ 15 1.9 kleink limits.h lock.h \ 16 1.12 thorpej math.h \ 17 1.12 thorpej param.h pcb.h pfcreg.h pmap.h proc.h profile.h psl.h \ 18 1.9 kleink pte.h ptrace.h \ 19 1.9 kleink reg.h rtcreg.h \ 20 1.12 thorpej scifreg.h scireg.h setjmp.h sh_opcode.h shbvar.h \ 21 1.9 kleink signal.h stdarg.h \ 22 1.9 kleink tmureg.h trap.h trapreg.h types.h \ 23 1.9 kleink ubcreg.h \ 24 1.9 kleink va-sh.h varargs.h vmparam.h \ 25 1.9 kleink wdogvar.h wdtreg.h 26 1.1 itojun 27 1.1 itojun .include <bsd.kinc.mk> 28