freebsd-dev/cddl/usr.bin/Makefile
Ruslan Ermilov bcf72246c5 Don't build bits that depend on the pthreads support if a
system was configured without such support.

Approved by:	re (kensmith)
2007-10-01 18:23:24 +00:00

14 lines
184 B
Makefile

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