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

.include <bsd.own.mk>

SUBDIR=	${_ztest}

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

.include <bsd.subdir.mk>