1 # $NetBSD: Makefile,v 1.18 2014/02/07 21:52:46 dsl 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_ucode.h \ 11 cputypes.h \ 12 cpuvar.h \ 13 float.h \ 14 ieee.h ieeefp.h \ 15 intr.h intrdefs.h \ 16 lock.h \ 17 math.h mutex.h mtrr.h \ 18 pio.h \ 19 pmap.h \ 20 pmap_pv.h \ 21 psl.h \ 22 pte.h \ 23 rwlock.h \ 24 specialreg.h \ 25 sysarch.h \ 26 trap.h \ 27 via_padlock.h 28 29 .include <bsd.kinc.mk> 30