No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / x86 / include / Makefile
blobb35d13528c0cba9616868d902963937d32f287cd
1 # $NetBSD: Makefile,v 1.12 2008/01/20 13:43:37 yamt Exp $
3 INCSDIR=/usr/include/x86
5 INCS= aout_machdep.h \
6 bootinfo.h bus.h \
7 cacheinfo.h \
8 cpu.h \
9 cputypes.h \
10 cpuvar.h \
11 float.h \
12 ieee.h ieeefp.h \
13 intr.h intrdefs.h \
14 lock.h \
15 math.h mutex.h mtrr.h \
16 pio.h \
17 pmap.h \
18 pmap_pv.h \
19 psl.h \
20 rwlock.h \
21 specialreg.h \
22 sysarch.h \
23 trap.h
25 .include <bsd.kinc.mk>