Makefile revision 1.4
11.4Skleink# $NetBSD: Makefile,v 1.4 2001/04/14 22:46:26 kleink Exp $ 21.1Ssoren 31.1SsorenKDIR= /sys/arch/sgimips/include 41.1SsorenINCSDIR= /usr/include/sgimips 51.1Ssoren 61.4SkleinkINCS= asm.h ansi.h aout_machdep.h arcs.h autoconf.h \ 71.4Skleink bsd-aout.h bswap.h \ 81.4Skleink cdefs.h conf.h cpu.h \ 91.4Skleink db_machdep.h disklabel.h \ 101.4Skleink ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 111.4Skleink float.h \ 121.4Skleink ieee.h ieeefp.h int_const.h int_mwgwtypes.h int_types.h intr.h \ 131.4Skleink kcore.h kdbparam.h \ 141.4Skleink limits.h lock.h locore.h \ 151.4Skleink math.h mips_opcode.h \ 161.4Skleink param.h pci_machdep.h pcb.h pmap.h proc.h profile.h psl.h pte.h \ 171.4Skleink ptrace.h \ 181.4Skleink reg.h regdef.h regnum.h reloc.h \ 191.4Skleink setjmp.h signal.h stdarg.h \ 201.4Skleink trap.h types.h \ 211.4Skleink varargs.h vmparam.h \ 221.4Skleink z8530var.h 231.1Ssoren 241.1Ssoren.include <bsd.kinc.mk> 25