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

.include <src.opts.mk>

SUBDIR=	${_tests} ${_zfs} ${_zpool}

.if ${MK_TESTS} != "no"
_tests=	tests
.endif

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

.include <bsd.subdir.mk>