Makefile revision 1.2
11.2Sthorpej# $NetBSD: Makefile,v 1.2 2001/05/28 22:34:25 thorpej Exp $ 21.1Sthorpej 31.1SthorpejKDIR= /sys/arch/algor/include 41.1SthorpejINCSDIR=/usr/include/algor 51.1Sthorpej 61.1SthorpejINCS= ansi.h aout_machdep.h asm.h autoconf.h \ 71.1Sthorpej bswap.h bsd-aout.h bus.h \ 81.1Sthorpej cdefs.h conf.h cpu.h \ 91.1Sthorpej db_machdep.h disklabel.h \ 101.1Sthorpej ecoff_machdep.h elf_machdep.h endian.h endian_machdep.h \ 111.1Sthorpej float.h \ 121.1Sthorpej ieee.h ieeefp.h \ 131.1Sthorpej int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 141.1Sthorpej intr.h \ 151.1Sthorpej isa_machdep.h \ 161.1Sthorpej kcore.h kdbparam.h \ 171.1Sthorpej limits.h lock.h locore.h \ 181.1Sthorpej math.h mips_opcode.h \ 191.1Sthorpej param.h pcb.h pci_machdep.h \ 201.1Sthorpej pmap.h proc.h profile.h psl.h pte.h ptrace.h \ 211.1Sthorpej reg.h regdef.h regnum.h reloc.h rnd.h \ 221.1Sthorpej setjmp.h signal.h stdarg.h \ 231.1Sthorpej trap.h types.h \ 241.1Sthorpej varargs.h vmparam.h 251.2Sthorpej 261.2Sthorpej.include <bsd.kinc.mk> 27