summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin/Makefile
blob: 0ec531020c524cc6a3b6bed2b7aeeb25ce3da6f6 (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_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
_ztest=	ztest
.endif
.endif

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