Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.15.6.3
      1  1.15.6.3  nathanw #	$NetBSD: Makefile,v 1.15.6.3 2002/08/13 02:18:50 nathanw Exp $
      2  1.15.6.2  thorpej 
      3  1.15.6.2  thorpej KDIR=	/sys/arch/sh3/include
      4  1.15.6.2  thorpej INCSDIR= /usr/include/sh3
      5  1.15.6.2  thorpej 
      6  1.15.6.2  thorpej INCS=	ansi.h aout_machdep.h asm.h \
      7  1.15.6.2  thorpej 	bswap.h bus.h \
      8  1.15.6.2  thorpej 	cdefs.h coff_machdep.h cpu.h cputypes.h \
      9  1.15.6.2  thorpej 	db_machdep.h disklabel.h \
     10  1.15.6.2  thorpej 	elf_machdep.h endian.h endian_machdep.h \
     11  1.15.6.2  thorpej 	float.h frame.h \
     12  1.15.6.2  thorpej 	ieee.h ieeefp.h \
     13  1.15.6.2  thorpej 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.15.6.2  thorpej 	intr.h \
     15  1.15.6.2  thorpej 	limits.h lock.h \
     16  1.15.6.2  thorpej 	math.h mcontext.h \
     17  1.15.6.3  nathanw 	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h \
     18  1.15.6.2  thorpej 	pte.h ptrace.h \
     19  1.15.6.2  thorpej 	reg.h \
     20  1.15.6.2  thorpej 	setjmp.h sh_opcode.h \
     21  1.15.6.2  thorpej 	signal.h stdarg.h \
     22  1.15.6.2  thorpej 	types.h \
     23  1.15.6.2  thorpej 	va-sh.h varargs.h vmparam.h
     24  1.15.6.2  thorpej 
     25  1.15.6.2  thorpej .include <bsd.kinc.mk>
     26