1 # $NetBSD: Makefile,v 1.20 2016/02/27 00:09:45 tls Exp $ 2 3 INCSDIR=/usr/include/x86 4 5 INCS= aout_machdep.h \ 6 bootinfo.h \ 7 cacheinfo.h \ 8 cpu.h \ 9 cpu_extended_state.h \ 10 cpu_rng.h \ 11 cpu_ucode.h \ 12 cputypes.h \ 13 cpuvar.h \ 14 float.h \ 15 fpu.h \ 16 ieee.h ieeefp.h \ 17 intr.h intrdefs.h \ 18 lock.h \ 19 math.h mutex.h mtrr.h \ 20 pio.h \ 21 pmap.h \ 22 pmap_pv.h \ 23 psl.h \ 24 pte.h \ 25 rwlock.h \ 26 specialreg.h \ 27 sysarch.h \ 28 trap.h \ 29 via_padlock.h 30 31 .include <bsd.kinc.mk> 32