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