zdb: fix printf() length for uint64_t devid
[zfs.git] / cmd / zstream / Makefile.am
blob8506b351165e8ee5e65f313784a6c30f10d252f0
1 sbin_PROGRAMS   += zstream
2 CPPCHECKTARGETS += zstream
4 zstream_SOURCES = \
5         %D%/zstream.c \
6         %D%/zstream.h \
7         %D%/zstream_decompress.c \
8         %D%/zstream_dump.c \
9         %D%/zstream_recompress.c \
10         %D%/zstream_redup.c \
11         %D%/zstream_token.c
13 zstream_LDADD = \
14         libzfs.la \
15         libzfs_core.la \
16         libzpool.la \
17         libnvpair.la
19 PHONY += install-exec-hook
20 install-exec-hook:
21         cd $(DESTDIR)$(sbindir) && $(LN_S) -f zstream zstreamdump