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