summaryrefslogtreecommitdiffstats
path: root/cddl/sbin/Makefile
blob: 802bbfe02b226a871e22c66a83ebe42d363507a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=
.if ${MK_ZFS} != "no"
SUBDIR+=zfs
SUBDIR+=zpool
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud