repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
sys
/
arch
/
x86
/
include
/
Makefile
blob
de7197000f9af8581c613f3cfe14b0c59e2da269
1
# $NetBSD: Makefile,v 1.17 2012/08/29 17:13:22 drochner Exp $
2
3
INCSDIR
=/
usr
/
include
/
x86
4
5
INCS
=
aout_machdep.h \
6
bootinfo.h \
7
cacheinfo.h \
8
cpu.h \
9
cpu_ucode.h \
10
cputypes.h \
11
cpuvar.h \
12
float.h \
13
ieee.h ieeefp.h \
14
intr.h intrdefs.h \
15
lock.h \
16
math.h mutex.h mtrr.h \
17
pio.h \
18
pmap.h \
19
pmap_pv.h \
20
psl.h \
21
pte.h \
22
rwlock.h \
23
specialreg.h \
24
sysarch.h \
25
trap.h \
26
via_padlock.h
27
28
.
include
<
bsd.kinc.mk
>