mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 18:59:33 +03:00
Install arc_summary.py
Add the arc_summary Makefile to the build system so the script is properly included in the distribution tarball and installed. Signed-off-by: Turbo Fredriksson <turbo@bayour.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #3147
This commit is contained in:
parent
989fd514b1
commit
02bd676df1
@ -1,2 +1,3 @@
|
|||||||
SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest zpios
|
SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest zpios
|
||||||
SUBDIRS += mount_zfs fsck_zfs zvol_id vdev_id arcstat dbufstat zed
|
SUBDIRS += mount_zfs fsck_zfs zvol_id vdev_id arcstat dbufstat zed
|
||||||
|
SUBDIRS += arc_summary
|
||||||
|
@ -110,6 +110,7 @@ AC_CONFIG_FILES([
|
|||||||
cmd/vdev_id/Makefile
|
cmd/vdev_id/Makefile
|
||||||
cmd/arcstat/Makefile
|
cmd/arcstat/Makefile
|
||||||
cmd/dbufstat/Makefile
|
cmd/dbufstat/Makefile
|
||||||
|
cmd/arc_summary/Makefile
|
||||||
cmd/zed/Makefile
|
cmd/zed/Makefile
|
||||||
contrib/Makefile
|
contrib/Makefile
|
||||||
contrib/bash_completion.d/Makefile
|
contrib/bash_completion.d/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user