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