Makefile revision 1.19
11.19Skleink# $NetBSD: Makefile,v 1.19 2001/04/14 22:46:19 kleink Exp $ 21.1Scgd 31.9SsodaKDIR= /sys/arch/arc/include 41.9SsodaINCSDIR= /usr/include/arc 51.1Scgd 61.14Ssoda# Header files which are needed from userland. 71.14Ssoda 81.19SkleinkINCS= ansi.h aout_machdep.h asm.h autoconf.h \ 91.19Skleink bswap.h bsd-aout.h \ 101.19Skleink cdefs.h cpu.h \ 111.19Skleink disklabel.h display.h \ 121.19Skleink ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 131.19Skleink float.h \ 141.19Skleink ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h \ 151.19Skleink kcore.h kdbparam.h \ 161.19Skleink limits.h lock.h \ 171.19Skleink math.h mips_opcode.h mouse.h \ 181.19Skleink param.h pcb.h pccons.h pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 191.19Skleink reg.h regdef.h regnum.h reloc.h \ 201.19Skleink setjmp.h signal.h stdarg.h \ 211.19Skleink trap.h types.h \ 221.19Skleink varargs.h vmparam.h 231.1Scgd 241.1Scgd.include <bsd.kinc.mk> 25