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
/
layerfs
/
Makefile
blob
4a47fc138bb2b3bc31a049d26b91e05b996ffcbf
1
# $NetBSD: Makefile,v 1.1 2008/11/24 11:26:49 ad Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
miscfs
/
genfs
6
7
KMOD
=
layerfs
8
SRCS
=
layer_subr.c layer_vfsops.c layer_vnops.c
9
10
.
include
<
bsd.kmodule.mk
>