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
/
kernfs
/
Makefile
blob
7f3feadd95fdb0892aac4f0f07a7a7c52f315f2d
1
# $NetBSD: Makefile,v 1.12 2005/12/11 12:24:50 christos Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
miscfs
/
kernfs
6
7
KMOD
=
kernfs
8
SRCS
=
kernfs_vfsops.c kernfs_vnops.c kernfs_subr.c
9
10
.
include
<
bsd.kmodule.mk
>