Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.29
      1  1.29       ad #	$NetBSD: Makefile,v 1.29 2007/02/09 21:55:02 ad Exp $
      2   1.1      cgd 
      3   1.9     soda INCSDIR= /usr/include/arc
      4   1.1      cgd 
      5  1.14     soda # Header files which are needed from userland.
      6  1.14     soda 
      7  1.28  tsutsui INCS=	ansi.h aout_machdep.h asm.h \
      8  1.19   kleink 	bswap.h bsd-aout.h \
      9  1.19   kleink 	cdefs.h cpu.h \
     10  1.27  tsutsui 	disklabel.h \
     11  1.19   kleink 	ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \
     12  1.19   kleink 	float.h \
     13  1.20   kleink 	ieee.h ieeefp.h \
     14  1.21   kleink 	int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \
     15  1.19   kleink 	kcore.h kdbparam.h \
     16  1.19   kleink 	limits.h lock.h \
     17  1.29       ad 	math.h mcontext.h mips_opcode.h mouse.h mutex.h \
     18  1.22   briggs 	param.h pcb.h pccons.h pmap.h pmc.h proc.h profile.h psl.h pte.h \
     19  1.22   briggs 	ptrace.h \
     20  1.29       ad 	reg.h regdef.h regnum.h reloc.h rwlock.h \
     21  1.19   kleink 	setjmp.h signal.h stdarg.h \
     22  1.19   kleink 	trap.h types.h \
     23  1.25   kleink 	varargs.h vmparam.h \
     24  1.25   kleink 	wchar_limits.h
     25   1.1      cgd 
     26   1.1      cgd .include <bsd.kinc.mk>
     27