Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.9
      1  1.9   kleink #	$NetBSD: Makefile,v 1.9 2001/04/14 22:46:26 kleink 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.3  msaitoh 	ccrreg.h cdefs.h coff_machdep.h cpgreg.h cpu.h cpufunc.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.9   kleink 	ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h \
     13  1.9   kleink 	intcreg.h intr.h \
     14  1.9   kleink 	limits.h lock.h \
     15  1.9   kleink 	math.h mmureg.h \
     16  1.9   kleink 	param.h pcb.h pfcreg.h pio.h pmap.h proc.h profile.h psl.h \
     17  1.9   kleink 	pte.h ptrace.h \
     18  1.9   kleink 	reg.h rtcreg.h \
     19  1.9   kleink 	scifreg.h scireg.h segments.h setjmp.h sh_opcode.h shbvar.h \
     20  1.9   kleink 	signal.h stdarg.h \
     21  1.9   kleink 	tmureg.h trap.h trapreg.h types.h \
     22  1.9   kleink 	ubcreg.h \
     23  1.9   kleink 	va-sh.h varargs.h vmparam.h \
     24  1.9   kleink 	wdogvar.h wdtreg.h
     25  1.1   itojun 
     26  1.1   itojun .include <bsd.kinc.mk>
     27