repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
arch
/
x86
/
include
/
Makefile
blob
b35d13528c0cba9616868d902963937d32f287cd
1
# $NetBSD: Makefile,v 1.12 2008/01/20 13:43:37 yamt Exp $
2
3
INCSDIR
=/
usr
/
include
/
x86
4
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
24
25
.
include
<
bsd.kinc.mk
>