freebsd-dev/cddl/usr.bin/Makefile
Ruslan Ermilov dbdb679c6f Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer
build libkse.  This should fix WITHOUT_LIBTHR builds as a side effect.
2008-03-29 17:44:40 +00:00

14 lines
156 B
Makefile

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