aboutsummaryrefslogtreecommitdiff
path: root/cddl/sbin/Makefile
blob: f74307c5fd6a2e5b0a0912933fa835bb8ee588fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	${_zfs} ${_zpool}

.if ${MK_ZFS} != "no"
_zfs=	zfs
_zpool=	zpool
.endif

.include <bsd.subdir.mk>