1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +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>