1 # $NetBSD: Makefile,v 1.11 2001/04/15 17:13:17 kleink Exp $ 2 3 KDIR= /sys/arch/sh3/include 4 INCSDIR= /usr/include/sh3 5 6 INCS= ansi.h aout_machdep.h asm.h \ 7 bootinfo.h bscreg.h bswap.h bus.h \ 8 ccrreg.h cdefs.h coff_machdep.h cpgreg.h cpu.h cpufunc.h cputypes.h \ 9 db_disasm.h db_machdep.h disklabel.h \ 10 elf_machdep.h endian.h endian_machdep.h \ 11 float.h frame.h \ 12 ieee.h ieeefp.h \ 13 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 14 intcreg.h intr.h \ 15 limits.h lock.h \ 16 math.h mmureg.h \ 17 param.h pcb.h pfcreg.h pio.h pmap.h proc.h profile.h psl.h \ 18 pte.h ptrace.h \ 19 reg.h rtcreg.h \ 20 scifreg.h scireg.h segments.h setjmp.h sh_opcode.h shbvar.h \ 21 signal.h stdarg.h \ 22 tmureg.h trap.h trapreg.h types.h \ 23 ubcreg.h \ 24 va-sh.h varargs.h vmparam.h \ 25 wdogvar.h wdtreg.h 26 27 .include <bsd.kinc.mk> 28