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

.include <bsd.own.mk>

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

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

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