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
mqueues: Add support for _SC_MQ_PRIO_MAX in sysconf(3).
[dragonfly.git]
/
sys
/
vfs
/
nullfs
/
Makefile
blob
4385d465fb533e3851268d7cfc49bbbe54ff4591
1
# $FreeBSD: src/sys/modules/nullfs/Makefile,v 1.10 1999/12/12 16:47:29 peter Exp $
2
# $DragonFly: src/sys/vfs/nullfs/Makefile,v 1.5 2006/01/04 03:09:53 dillon Exp $
3
4
KMOD
=
null
5
SRCS
=
null_vfsops.c null_vnops.c
6
7
.
include
<
bsd.kmod.mk
>