repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
cddl
/
sbin
/
Makefile
blob
f74307c5fd6a2e5b0a0912933fa835bb8ee588fc
1
# $FreeBSD$
2
3
.
include
<
bsd.own.mk
>
4
5
SUBDIR
= ${
_zfs
} ${
_zpool
}
6
7
.if
${
MK_ZFS
} !=
"no"
8
_zfs
=
zfs
9
_zpool
=
zpool
10
.
endif
11
12
.
include
<
bsd.subdir.mk
>