Makefile revision 1.9
1# $NetBSD: Makefile,v 1.9 2001/04/14 22:46:26 kleink Exp $ 2 3KDIR= /sys/arch/sh3/include 4INCSDIR= /usr/include/sh3 5 6INCS= 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 int_const.h int_mwgwtypes.h int_types.h \ 13 intcreg.h intr.h \ 14 limits.h lock.h \ 15 math.h mmureg.h \ 16 param.h pcb.h pfcreg.h pio.h pmap.h proc.h profile.h psl.h \ 17 pte.h ptrace.h \ 18 reg.h rtcreg.h \ 19 scifreg.h scireg.h segments.h setjmp.h sh_opcode.h shbvar.h \ 20 signal.h stdarg.h \ 21 tmureg.h trap.h trapreg.h types.h \ 22 ubcreg.h \ 23 va-sh.h varargs.h vmparam.h \ 24 wdogvar.h wdtreg.h 25 26.include <bsd.kinc.mk> 27