Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.13
      1 #	$NetBSD: Makefile,v 1.13 2001/04/14 22:46:20 kleink Exp $
      2 
      3 KDIR=	/sys/arch/arm/include
      4 INCSDIR= /usr/include/arm
      5 
      6 INCS=	ansi.h aout_machdep.h armreg.h asm.h \
      7 	bswap.h \
      8 	cdefs.h cpu.h cpufunc.h cpus.h \
      9 	db_machdep.h disklabel.h disklabel_acorn.h \
     10 	elf_machdep.h endian_machdep.h \
     11 	float.h fp.h frame.h \
     12 	ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h ipkdb.h \
     13 	isa_machdep.h isapnp_machdep.h \
     14 	limits.h lock.h \
     15 	math.h \
     16 	ofisa_machdep.h ofw.h \
     17 	pci_machdep.h pio.h proc.h profile.h profileio.h pte.h ptrace.h \
     18 	reg.h \
     19 	setjmp.h signal.h stdarg.h \
     20 	trap.h types.h \
     21 	varargs.h
     22 
     23 .include <bsd.kinc.mk>
     24