freebsd-skq/cddl/usr.sbin/Makefile

14 lines
174 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= ${_zdb}
.if ${MK_ZFS} != "no"
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
_zdb= zdb
.endif
.endif
.include <bsd.subdir.mk>