]> git.proxmox.com Git - mirror_zfs.git/blame - cmd/zfs_ids_to_path/Makefile.am
Small program that converts a dataset id and an object id to a path
[mirror_zfs.git] / cmd / zfs_ids_to_path / Makefile.am
CommitLineData
de4f06c2
PD
1include $(top_srcdir)/config/Rules.am
2
3sbin_PROGRAMS = zfs_ids_to_path
4
5zfs_ids_to_path_SOURCES = \
6 zfs_ids_to_path.c
7
8zfs_ids_to_path_LDADD = \
9 $(top_builddir)/lib/libzfs/libzfs.la