Makefile revision 1.6
1# 	$NetBSD: Makefile,v 1.6 2006/02/03 23:33:30 jmmv Exp $
2
3INCSDIR=/usr/include/x86
4
5INCS=	aout_machdep.h autoconf.h \
6	bootinfo.h bus.h \
7	cacheinfo.h \
8	cpuvar.h \
9	float.h \
10	ieee.h ieeefp.h \
11	intr.h intrdefs.h \
12	lock.h \
13	math.h mtrr.h \
14	pio.h \
15	psl.h \
16	specialreg.h \
17	trap.h
18
19.include <bsd.kinc.mk>
20