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
/
coda
/
Makefile
blob
ce27a189dbca31b2d593c7dcb727f5c2c0738779
1
# $NetBSD: Makefile,v 1.5 2001/12/12 12:06:47 lukem Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
coda
6
7
KMOD
=
coda
8
9
SRCS
=
coda_namecache.c coda_psdev.c coda_subr.c coda_venus.c \
10
coda_vfsops.c coda_vnops.c
11
12
.
include
<
bsd.kmodule.mk
>