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
Fix -Wuse-after-free warning in dbuf_issue_final_prefetch_done()
[zfs.git]
/
cmd
/
zstream
/
Makefile.am
blob
9ae33179e5d602ceb58c003dd07e216e54c30b50
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_redup.c \
10
%D%/zstream_token.c
11
12
zstream_LDADD = \
13
libzfs.la \
14
libzfs_core.la \
15
libzpool.la \
16
libnvpair.la
17
18
PHONY += install-exec-hook
19
install-exec-hook:
20
cd $(DESTDIR)$(sbindir) && $(LN_S) -f zstream zstreamdump