repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
modules
/
nilfs
/
Makefile
blob
52f109f79c296fea12d93ecdec805fa04f14f67e
1
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
nilfs
6
7
KMOD
=
nilfs
8
SRCS
=
nilfs_vfsops.c nilfs_vnops.c nilfs_subr.c
9
10
.
include
<
bsd.kmodule.mk
>