mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 18:31:00 +03:00
0458070928
zstreamdump(8) was in quite a bad state, and the wrapper didn't work if invoked without /sbin in $PATH Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12015
21 lines
441 B
Makefile
21 lines
441 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
sbin_PROGRAMS = zstream
|
|
|
|
zstream_SOURCES = \
|
|
zstream.c \
|
|
zstream.h \
|
|
zstream_dump.c \
|
|
zstream_redup.c \
|
|
zstream_token.c
|
|
|
|
zstream_LDADD = \
|
|
$(abs_top_builddir)/lib/libzfs/libzfs.la \
|
|
$(abs_top_builddir)/lib/libzfs_core/libzfs_core.la \
|
|
$(abs_top_builddir)/lib/libnvpair/libnvpair.la
|
|
|
|
include $(top_srcdir)/config/CppCheck.am
|
|
|
|
install-exec-hook:
|
|
$(LN_S) zstream $(DESTDIR)$(sbindir)/zstreamdump
|