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
10 lines
191 B
Makefile
10 lines
191 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
sbin_PROGRAMS = zfs_ids_to_path
|
|
|
|
zfs_ids_to_path_SOURCES = \
|
|
zfs_ids_to_path.c
|
|
|
|
zfs_ids_to_path_LDADD = \
|
|
$(top_builddir)/lib/libzfs/libzfs.la
|