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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
modules
/
sysvbfs
/
Makefile
blob
5b145d04a06edfd0a2387acf3c9b8ed00d28201b
1
# $NetBSD$
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
sysvbfs
6
7
KMOD
=
sysvbfs
8
SRCS
=
bfs.c bfs_sysvbfs.c sysvbfs.c sysvbfs_vnops.c sysvbfs_vfsops.c
9
10
.
include
<
bsd.kmodule.mk
>