dbdb679c6f
build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
14 lines
156 B
Makefile
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>
|