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
sched_setaffinity.2: Small markup fix.
[dragonfly.git]
/
sys
/
vfs
/
Makefile
blob
9438062237dac8dd7464b6020286879d3df909b5
1
# Makefile for vfs modules
2
#
3
4
SUBDIR
=
fifofs msdosfs nfs procfs puffs \
5
hpfs ntfs smbfs isofs mfs udf \
6
nullfs hammer tmpfs autofs
7
8
.if defined
(
WANT_HAMMER2
)
9
SUBDIR
+=
hammer2
10
.
endif
11
12
# empty to allow concurrent building
13
#
14
SUBDIR_ORDERED
=
15
16
.
include
<
bsd.subdir.mk
>