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
/
umap
/
Makefile
blob
69a826c7cc598031bc86c065d86c647cd41e039a
1
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
miscfs
/
umapfs
6
7
KMOD
=
umap
8
SRCS
=
umap_vfsops.c umap_vnops.c umap_subr.c
9
10
.
include
<
bsd.kmodule.mk
>