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
/
mfs
/
Makefile
1
# $FreeBSD: src/sys/modules/mfs/Makefile,v 1.8 1999/12/12 16:47:26 peter Exp $
2
# $DragonFly: src/sys/vfs/mfs/Makefile,v 1.3 2003/08/15 07:26:15 dillon Exp $
3
4
KMOD= mfs
5
SRCS= vnode_if.h \
6
mfs_vfsops.c mfs_vnops.c opt_mfs.h
7
NOMAN=
8
9
.include <bsd.kmod.mk>