1 1.34 christos # $NetBSD: Makefile,v 1.34 2024/11/30 01:04:06 christos 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.30 matt INCS= ansi.h asm.h \ 8 1.30 matt bswap.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.32 christos fenv.h 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.34 christos limits.h lock.h lwp_private.h \ 17 1.29 ad math.h mcontext.h mips_opcode.h mouse.h mutex.h \ 18 1.33 maxv param.h pcb.h pccons.h pmap.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.31 joerg setjmp.h signal.h \ 22 1.19 kleink trap.h types.h \ 23 1.31 joerg vmparam.h \ 24 1.25 kleink wchar_limits.h 25 1.1 cgd 26 1.1 cgd .include <bsd.kinc.mk> 27