freebsd-dev/cddl/sbin/Makefile
2014-05-06 04:22:01 +00:00

17 lines
199 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
SUBDIR= ${_tests} ${_zfs} ${_zpool}
.if ${MK_TESTS} != "no"
_tests= tests
.endif
.if ${MK_ZFS} != "no"
_zfs= zfs
_zpool= zpool
.endif
.include <bsd.subdir.mk>