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