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