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