1 1.24 thorpej # $NetBSD: Makefile,v 1.24 2003/01/17 22:19:05 thorpej 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.19 kleink INCS= ansi.h aout_machdep.h asm.h autoconf.h \ 8 1.19 kleink bswap.h bsd-aout.h \ 9 1.19 kleink cdefs.h cpu.h \ 10 1.19 kleink disklabel.h display.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.24 thorpej math.h mcontext.h mips_opcode.h mouse.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.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