1
2.include <src.opts.mk>
3
4SUBDIR.${MK_ZFS}+= \
5	zfs_prepare_disk \
6	zpool_influxdb
7
8SUBDIR_PARALLEL=
9
10.include <bsd.subdir.mk>
11