Makefile revision 1.1
11.1Sfvdl# $NetBSD: Makefile,v 1.1 2003/04/26 18:39:36 fvdl Exp $ 21.1Sfvdl 31.1SfvdlINCSDIR= /usr/include/amd64 41.1Sfvdl 51.1SfvdlINCS= ansi.h aout_machdep.h asm.h atomic.h \ 61.1Sfvdl bootinfo.h bswap.h bus.h byte_swap.h \ 71.1Sfvdl cdefs.h cpu.h cpufunc.h \ 81.1Sfvdl disklabel.h \ 91.1Sfvdl elf_machdep.h endian.h endian_machdep.h \ 101.1Sfvdl float.h fpu.h frame.h \ 111.1Sfvdl gdt.h \ 121.1Sfvdl ieee.h ieeefp.h \ 131.1Sfvdl int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 141.1Sfvdl intr.h intrdefs.h \ 151.1Sfvdl kcore.h \ 161.1Sfvdl limits.h lock.h \ 171.1Sfvdl math.h mcontext.h mtrr.h \ 181.1Sfvdl netbsd32_machdep.h \ 191.1Sfvdl param.h pcb.h pci_machdep.h pio.h pmap.h pmc.h proc.h \ 201.1Sfvdl profile.h psl.h pte.h ptrace.h \ 211.1Sfvdl reg.h \ 221.1Sfvdl segments.h setjmp.h signal.h specialreg.h stdarg.h sysarch.h \ 231.1Sfvdl trap.h tss.h types.h \ 241.1Sfvdl userret.h \ 251.1Sfvdl varargs.h vmparam.h 261.1Sfvdl 271.1Sfvdl.include <bsd.kinc.mk> 28