1 1.26 christos # $NetBSD: Makefile,v 1.26 2024/11/30 01:04:16 christos Exp $ 2 1.1 fvdl 3 1.1 fvdl INCSDIR=/usr/include/x86 4 1.1 fvdl 5 1.7 jmmv INCS= aout_machdep.h \ 6 1.16 dyoung bootinfo.h \ 7 1.4 fvdl cacheinfo.h \ 8 1.13 ad cpu.h \ 9 1.18 dsl cpu_extended_state.h \ 10 1.20 tls cpu_rng.h \ 11 1.17 drochner cpu_ucode.h \ 12 1.8 ad cputypes.h \ 13 1.3 fvdl cpuvar.h \ 14 1.1 fvdl float.h \ 15 1.19 dsl fpu.h \ 16 1.25 christos gdt.h \ 17 1.1 fvdl ieee.h ieeefp.h \ 18 1.1 fvdl intr.h intrdefs.h \ 19 1.26 christos lock.h lwp_private.h \ 20 1.9 ad math.h mutex.h mtrr.h \ 21 1.1 fvdl pio.h \ 22 1.11 yamt pmap.h \ 23 1.12 yamt pmap_pv.h \ 24 1.1 fvdl psl.h \ 25 1.14 njoly pte.h \ 26 1.9 ad rwlock.h \ 27 1.1 fvdl specialreg.h \ 28 1.10 ad sysarch.h \ 29 1.15 christos trap.h \ 30 1.15 christos via_padlock.h 31 1.1 fvdl 32 1.1 fvdl .include <bsd.kinc.mk> 33