Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2001/05/14 18:23:08 drochner Exp $
      2 
      3 KDIR=	/sys/arch/cesfic/include
      4 INCSDIR= /usr/include/cesfic
      5 
      6 INCS=	ansi.h aout_machdep.h asm.h \
      7 	bswap.h \
      8 	cdefs.h cpu.h \
      9 	disklabel.h elf_machdep.h \
     10 	endian.h endian_machdep.h \
     11 	float.h frame.h \
     12 	ieee.h ieeefp.h \
     13 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     14 	limits.h lock.h math.h \
     15 	param.h pcb.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \
     16 	reg.h setjmp.h signal.h stdarg.h trap.h types.h \
     17 	varargs.h vmparam.h
     18 
     19 .include <bsd.kinc.mk>
     20