mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
de4f06c275
Small program that converts a dataset id and an object id to a path Reviewed-by: Prakash Surya <prakash.surya@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #10204
11 lines
259 B
Makefile
11 lines
259 B
Makefile
SUBDIRS = zfs zpool zdb zhack zinject zstream zstreamdump ztest
|
|
SUBDIRS += fsck_zfs vdev_id raidz_test zfs_ids_to_path
|
|
|
|
if USING_PYTHON
|
|
SUBDIRS += arcstat arc_summary dbufstat
|
|
endif
|
|
|
|
if BUILD_LINUX
|
|
SUBDIRS += mount_zfs zed zgenhostid zvol_id zvol_wait
|
|
endif
|