summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include/Makefile
blob: b9563e977434283b7a9f20363fb6cc4794354604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 	$NetBSD: Makefile,v 1.19 2014/02/11 20:17:16 dsl Exp $

INCSDIR=/usr/include/x86

INCS=	aout_machdep.h \
	bootinfo.h \
	cacheinfo.h \
	cpu.h \
	cpu_extended_state.h \
	cpu_ucode.h \
	cputypes.h \
	cpuvar.h \
	float.h \
	fpu.h \
	ieee.h ieeefp.h \
	intr.h intrdefs.h \
	lock.h \
	math.h mutex.h mtrr.h \
	pio.h \
	pmap.h \
	pmap_pv.h \
	psl.h \
	pte.h \
	rwlock.h \
	specialreg.h \
	sysarch.h \
	trap.h \
	via_padlock.h

.include <bsd.kinc.mk>