projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
namecache work stage 1: namespace cleanups. Add a NAMEI_ prefix to
[dragonfly.git]
/
sys
/
vfs
/
Makefile
1
# Makefile for vfs modules
2
#
3
# $DragonFly: src/sys/vfs/Makefile,v 1.1 2003/08/15 07:26:13 dillon Exp $
4
5
SUBDIR=fifofs msdosfs portal umapfs gnu nfs procfs union \
6
coda hpfs ntfs smbfs isofs nullfs fdesc mfs nwfs
7
8
.include <bsd.subdir.mk>