xref: /freebsd/cddl/usr.bin/Makefile (revision 2be1a816b9ff69588e55be0a84cbe2a31efc0f2f)
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