aboutsummaryrefslogtreecommitdiff
path: root/cddl/usr.bin/Makefile
blob: b703d19d4aa41b4823d0ee8891536bf53ce10d30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.include <bsd.own.mk>

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

.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
_ztest=	ztest
.endif

.include <bsd.subdir.mk>