Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.2
      1 #	$NetBSD: Makefile,v 1.2 2001/01/11 21:05:03 bjh21 Exp $
      2 
      3 KDIR=	/sys/arch/arm/include
      4 INCSDIR= /usr/include/arm
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h bswap.h cdefs.h disklabel.h \
      7 	disklabel_acorn.h float.h fp.h ieee.h ieeefp.h int_types.h \
      8 	limits.h lock.h math.h setjmp.h stdarg.h trap.h varargs.h
      9 
     10 .include <bsd.kinc.mk>
     11