1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00
freebsd/cddl/sbin/Makefile

13 lines
142 B
Makefile
Raw Normal View History

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