Makefile revision 1.3
11.3Sjoerg# $NetBSD: Makefile,v 1.3 2011/07/17 20:54:42 joerg Exp $ 21.1Suwe 31.1SuweINCSDIR= /usr/include/landisk 41.1Suwe 51.1SuweINCS= ansi.h aout_machdep.h asm.h \ 61.1Suwe bootinfo.h bswap.h bus.h \ 71.1Suwe button.h \ 81.1Suwe cdefs.h coff_machdep.h cpu.h cputypes.h \ 91.1Suwe db_machdep.h disklabel.h \ 101.1Suwe elf_machdep.h endian.h endian_machdep.h \ 111.1Suwe float.h frame.h \ 121.1Suwe ieee.h ieeefp.h \ 131.1Suwe int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 141.1Suwe intr.h \ 151.1Suwe limits.h lock.h loadfile_machdep.h \ 161.2Sad math.h mcontext.h mutex.h \ 171.1Suwe param.h pcb.h pmap.h pmc.h proc.h profile.h psl.h pte.h ptrace.h \ 181.2Sad reg.h rwlock.h \ 191.3Sjoerg setjmp.h signal.h \ 201.1Suwe types.h \ 211.3Sjoerg vmparam.h \ 221.1Suwe wchar_limits.h 231.1Suwe 241.1Suwe.include <bsd.kinc.mk> 25