repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zdb: fix printf() length for uint64_t devid
[zfs.git]
/
cmd
/
zstream
/
Makefile.am
blob
8506b351165e8ee5e65f313784a6c30f10d252f0
1
sbin_PROGRAMS += zstream
2
CPPCHECKTARGETS += zstream
3
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
12
13
zstream_LDADD = \
14
libzfs.la \
15
libzfs_core.la \
16
libzpool.la \
17
libnvpair.la
18
19
PHONY += install-exec-hook
20
install-exec-hook:
21
cd $(DESTDIR)$(sbindir) && $(LN_S) -f zstream zstreamdump