Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.9
      1  1.9        ad #	$NetBSD: Makefile,v 1.9 2007/02/09 21:55:02 ad Exp $
      2  1.1  drochner 
      3  1.1  drochner INCSDIR= /usr/include/cesfic
      4  1.1  drochner 
      5  1.1  drochner INCS=	ansi.h aout_machdep.h asm.h \
      6  1.1  drochner 	bswap.h \
      7  1.1  drochner 	cdefs.h cpu.h \
      8  1.1  drochner 	disklabel.h elf_machdep.h \
      9  1.1  drochner 	endian.h endian_machdep.h \
     10  1.1  drochner 	float.h frame.h \
     11  1.1  drochner 	ieee.h ieeefp.h \
     12  1.1  drochner 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     13  1.2  drochner 	intr.h \
     14  1.3    kleink 	limits.h lock.h \
     15  1.9        ad 	math.h mcontext.h mutex.h \
     16  1.4    briggs 	param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \
     17  1.9        ad 	reg.h rwlock.h setjmp.h signal.h stdarg.h trap.h types.h \
     18  1.7    kleink 	varargs.h vmparam.h \
     19  1.7    kleink 	wchar_limits.h
     20  1.1  drochner 
     21  1.1  drochner .include <bsd.kinc.mk>
     22