summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include/Makefile
blob: 14e9f90419066b955ab8b934a995a0a9d4d31b87 (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
31
32
# 	$NetBSD: Makefile,v 1.25 2021/04/30 13:54:26 christos Exp $

INCSDIR=/usr/include/x86

INCS=	aout_machdep.h \
	bootinfo.h \
	cacheinfo.h \
	cpu.h \
	cpu_extended_state.h \
	cpu_rng.h \
	cpu_ucode.h \
	cputypes.h \
	cpuvar.h \
	float.h \
	fpu.h \
	gdt.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>