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]
/
external
/
cddl
/
osnet
/
lib
/
Makefile
blob
8b4d1133de9895d4b99fe2a4fd7557367cee7141
1
# $NetBSD: Makefile,v 1.1 2009/03/26 22:11:44 ad Exp $
2
3
.if
!
defined
(
MKZFS
)
||
${
MKZFS
} !=
"no"
4
SUBDIR
+=
libavl
5
SUBDIR
+=
libnvpair
6
SUBDIR
+=
libumem
7
SUBDIR
+=
libuutil
8
SUBDIR
+=
libzfs
9
SUBDIR
+=
libzpool
10
.
endif
11
12
.
include
<
bsd.subdir.mk
>