xref: /freebsd/cddl/usr.bin/Makefile (revision 995dc984471c92c03daad19a1d35af46c086ef3e)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5SUBDIR=	${_ztest}
6
7.if ${MK_ZFS} != "no"
8.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
9_ztest=	ztest
10.endif
11.endif
12
13.include <bsd.subdir.mk>
14