1# 	$NetBSD: Makefile,v 1.25 2021/04/30 13:54:26 christos Exp $
2
3INCSDIR=/usr/include/x86
4
5INCS=	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	gdt.h \
17	ieee.h ieeefp.h \
18	intr.h intrdefs.h \
19	lock.h \
20	math.h mutex.h mtrr.h \
21	pio.h \
22	pmap.h \
23	pmap_pv.h \
24	psl.h \
25	pte.h \
26	rwlock.h \
27	specialreg.h \
28	sysarch.h \
29	trap.h \
30	via_padlock.h
31
32.include <bsd.kinc.mk>
33