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
/
mfs
/
Makefile
blob
9ffaf64422c7cbce2671a14f5a5ce50bb5ae629a
1
# $NetBSD: Makefile,v 1.7 2001/12/12 12:06:50 lukem Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
ufs
/
mfs
6
7
KMOD
=
mfs
8
SRCS
=
mfs_vfsops.c mfs_vnops.c
9
10
.
include
<
bsd.kmodule.mk
>