Makefile revision 1.12
1# $NetBSD: Makefile,v 1.12 2002/03/07 19:34:37 thorpej 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 cdefs.h coff_machdep.h cpgreg.h cpu.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 \ 17 param.h pcb.h pfcreg.h pmap.h proc.h profile.h psl.h \ 18 pte.h ptrace.h \ 19 reg.h rtcreg.h \ 20 scifreg.h scireg.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