summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/Makefile
blob: 2ca99cbe1092cae046ace45b2e7eb35cd32215ae (plain)
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 ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
_ztest=	ztest
.endif
.endif

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