repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usr.sbin/makefs/ffs: Remove m_buf::b_is_hammer2
[dragonfly.git]
/
sys
/
dev
/
Makefile
blob
13f30749cbdfa9553c321c659225660affe5ef23
1
.
include
"../platform/${MACHINE_PLATFORM}/Makefile.inc"
2
3
SUBDIR
=
\
4
acpica \
5
agp \
6
crypto \
7
disk \
8
drm \
9
misc \
10
netif \
11
pccard \
12
powermng \
13
raid \
14
sound \
15
smbus \
16
video \
17
virtual
18
19
# empty to allow concurrent building
20
SUBDIR_ORDERED
=
21
22
.for
dir
in
${
SUBDIR
}
23
.if empty
(
DEV_SUPPORT
:
M
${
dir
}) &&
empty
(
DEV_SUPPORT
:
M
${
dir
}/*)
24
SUBDIR
:= ${
SUBDIR
:
N
${
dir
}}
25
.
endif
26
.endfor
27
28
.
include
<
bsd.subdir.mk
>