Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.14
      1  1.13  soren #	$NetBSD: Makefile,v 1.14 2000/03/31 11:44:05 soda 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.14   soda INCS=	ansi.h aout_machdep.h asm.h autoconf.h bswap.h bsd-aout.h \
      9  1.14   soda 	cdefs.h cpu.h cpuregs.h disklabel.h display.h ecoff_machdep.h \
     10  1.14   soda 	elf_machdep.h endian.h endian_machdep.h float.h ieee.h ieeefp.h \
     11  1.14   soda 	kcore.h kdbparam.h limits.h math.h mips_opcode.h \
     12  1.14   soda 	mouse.h param.h pcb.h pccons.h pmap.h proc.h profile.h psl.h \
     13  1.14   soda 	pte.h ptrace.h reg.h regdef.h regnum.h reloc.h setjmp.h signal.h \
     14  1.14   soda 	stdarg.h trap.h types.h varargs.h vmparam.h
     15   1.1    cgd 
     16   1.1    cgd .include <bsd.kinc.mk>
     17