1 # $NetBSD: Makefile,v 1.2 2004/05/08 21:51:47 kleink Exp $ 2 3 INCSDIR= /usr/include/amd64 4 5 INCS= ansi.h aout_machdep.h asm.h atomic.h \ 6 bootinfo.h bswap.h bus.h byte_swap.h \ 7 cdefs.h cpu.h cpufunc.h \ 8 disklabel.h \ 9 elf_machdep.h endian.h endian_machdep.h \ 10 float.h fpu.h frame.h \ 11 gdt.h \ 12 ieee.h ieeefp.h \ 13 int_const.h int_fmtio.h int_limits.h int_mwgwtypes.h int_types.h \ 14 intr.h intrdefs.h \ 15 kcore.h \ 16 limits.h lock.h \ 17 math.h mcontext.h mtrr.h \ 18 netbsd32_machdep.h \ 19 param.h pcb.h pci_machdep.h pio.h pmap.h pmc.h proc.h \ 20 profile.h psl.h pte.h ptrace.h \ 21 reg.h \ 22 segments.h setjmp.h signal.h specialreg.h stdarg.h sysarch.h \ 23 trap.h tss.h types.h \ 24 userret.h \ 25 varargs.h vmparam.h \ 26 wchar_limits.h 27 28 .include <bsd.kinc.mk> 29