Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.21.6.6
      1  1.21.6.6  thorpej #	$NetBSD: Makefile,v 1.21.6.6 2002/08/19 21:39:10 thorpej Exp $
      2  1.21.6.2  thorpej 
      3  1.21.6.2  thorpej KDIR=	/sys/arch/arm/include
      4  1.21.6.2  thorpej INCSDIR= /usr/include/arm
      5  1.21.6.2  thorpej 
      6  1.21.6.2  thorpej INCS=	ansi.h aout_machdep.h armreg.h asm.h \
      7  1.21.6.6  thorpej 	bswap.h byte_swap.h bus.h \
      8  1.21.6.3  nathanw 	cdefs.h cpu.h \
      9  1.21.6.3  nathanw 	db_machdep.h disklabel.h \
     10  1.21.6.2  thorpej 	elf_machdep.h endian.h endian_machdep.h \
     11  1.21.6.2  thorpej 	float.h fp.h frame.h \
     12  1.21.6.2  thorpej 	ieee.h ieeefp.h \
     13  1.21.6.2  thorpej 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14  1.21.6.3  nathanw 	ipkdb.h \
     15  1.21.6.2  thorpej 	limits.h lock.h \
     16  1.21.6.2  thorpej 	math.h mcontext.h \
     17  1.21.6.5  nathanw 	param.h pcb.h pmc.h proc.h profile.h \
     18  1.21.6.3  nathanw 	ptrace.h \
     19  1.21.6.2  thorpej 	reg.h \
     20  1.21.6.4  nathanw 	setjmp.h signal.h stdarg.h swi.h sysarch.h \
     21  1.21.6.2  thorpej 	trap.h types.h \
     22  1.21.6.3  nathanw 	varargs.h
     23  1.21.6.2  thorpej 
     24  1.21.6.2  thorpej .include <bsd.kinc.mk>
     25