diff options
Diffstat (limited to 'cddl/sbin/Makefile')
-rw-r--r-- | cddl/sbin/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/cddl/sbin/Makefile b/cddl/sbin/Makefile index 99c4a91a3e69..80862bbf8e7d 100644 --- a/cddl/sbin/Makefile +++ b/cddl/sbin/Makefile @@ -1,15 +1,10 @@ -# $FreeBSD$ - .include <src.opts.mk> -SUBDIR= ${_zfs} ${_zpool} - SUBDIR.${MK_TESTS}+= tests -.if ${MK_ZFS} != "no" -_zfs= zfs -_zpool= zpool -.endif +SUBDIR.${MK_ZFS}+= \ + zfs \ + zpool SUBDIR_PARALLEL= |