freebsd-skq/cddl/usr.bin/Makefile

14 lines
156 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= ${_ztest}
.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no"
_ztest= ztest
.endif
.endif
.include <bsd.subdir.mk>