freebsd-dev/cddl/usr.sbin/Makefile

12 lines
118 B
Makefile
Raw Normal View History

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