aboutsummaryrefslogtreecommitdiff
path: root/include/i386/Makefile
blob: 58c619f4dbdf43101b5faa2843c568fdf79f3a98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# i386 headers installed on amd64

.PATH: ${SRCTOP}/sys/i386/include
INCS=	\
	asm.h \
	asmacros.h \
	atomic.h \
	cpufunc.h \
	pmap.h \
	proc.h \
	profile.h \
	segments.h \
	vmparam.h
# These kernel-only headers are used by procstat's ZFS support.
# This should be fixed.
INCS+=	\
	counter.h \
	pcpu.h \
	pcpu_aux.h
INCSDIR=	${INCLUDEDIR}/i386

.include <bsd.prog.mk>