14 lines
174 B
Makefile
14 lines
174 B
Makefile
# $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>
|