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
/
overlay
/
Makefile
blob
cbd6b02a33c0998de2e6784e73f93cfd1d8f37f1
1
# $NetBSD: Makefile,v 1.3 2001/12/12 12:06:48 lukem Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
miscfs
/
overlay
${
S
}/
miscfs
/
genfs
6
7
KMOD
=
overlay
8
SRCS
=
overlay_vfsops.c overlay_vnops.c
9
10
.
include
<
bsd.kmodule.mk
>