1sbin_PROGRAMS += zfs 2CPPCHECKTARGETS += zfs 3 4zfs_SOURCES = \ 5 %D%/zfs_iter.c \ 6 %D%/zfs_iter.h \ 7 %D%/zfs_main.c \ 8 %D%/zfs_project.c \ 9 %D%/zfs_projectutil.h \ 10 %D%/zfs_util.h 11 12zfs_LDADD = \ 13 libzfs.la \ 14 libzfs_core.la \ 15 libnvpair.la \ 16 libuutil.la 17 18zfs_LDADD += $(LTLIBINTL) 19 20if BUILD_FREEBSD 21zfs_LDADD += -lgeom -ljail 22endif 23