summaryrefslogtreecommitdiffstats
path: root/cddl/usr.sbin/Makefile
blob: bfb917171321e728671dd1724bc373aeb9dcbe4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.mk>

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

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
_zdb=	zdb
.endif

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