summaryrefslogtreecommitdiff
path: root/sys/arch/x86/include/Makefile
blob: 862f575b3203b3a21360db98f1669bae493a27fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 	$NetBSD: Makefile,v 1.5 2003/10/22 11:54:23 kleink Exp $

INCSDIR=/usr/include/x86

INCS=	aout_machdep.h \
	bootinfo.h bus.h \
	cacheinfo.h \
	cpuvar.h \
	float.h \
	ieee.h ieeefp.h \
	intr.h intrdefs.h \
	lock.h \
	math.h mtrr.h \
	pio.h \
	psl.h \
	specialreg.h \
	trap.h

.include <bsd.kinc.mk>