mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-28 11:59:34 +03:00
90f1c3c946
This includes a simplification of mkbusy and format correctness in zhack and ztest Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Issue #12201
9 lines
207 B
Makefile
9 lines
207 B
Makefile
include $(top_srcdir)/config/Rules.am
|
|
|
|
pkgexecdir = $(datadir)/@PACKAGE@/zfs-tests/bin
|
|
|
|
pkgexec_PROGRAMS = mkbusy
|
|
mkbusy_SOURCES = mkbusy.c
|
|
|
|
mkbusy_LDADD = $(abs_top_builddir)/lib/libzfs_core/libzfs_core.la
|