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
/
rump
/
fs
/
lib
/
libefs
/
Makefile
blob
3cc2a6e96e1a69bf675386fae355dac77c39e302
1
# $NetBSD: Makefile,v 1.2 2007/08/07 10:16:57 pooka Exp $
2
#
3
4
.PATH
: ${
.CURDIR
}/
..
/
..
/
..
/
..
/
fs
/
efs
5
6
LIB
=
rumpfs_efs
7
8
SRCS
=
efs_genfs.c efs_ihash.c efs_subr.c efs_vfsops.c efs_vnops.c
9
10
.
include
<
bsd.lib.mk
>
11
.
include
<
bsd.klinks.mk
>