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
/
efs
/
Makefile
blob
7c6ad933587df51947ecfc154fecf568ccead7dd
1
# $NetBSD: Makefile,v 1.2 2007/09/13 21:46:54 rumble Exp $
2
3
.
include
"../Makefile.inc"
4
5
.PATH
: ${
S
}/
fs
/
efs
6
7
KMOD
=
efs
8
SRCS
=
efs_genfs.c efs_ihash.c efs_subr.c efs_vfsops.c efs_vnops.c
9
10
.
include
<
bsd.kmodule.mk
>