diff options
author | Turbo Fredriksson <[email protected]> | 2015-03-02 22:28:57 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-03 13:38:17 -0800 |
commit | 02bd676df1c260262d2e4c5618a42783fba52006 (patch) | |
tree | 8af63f097f06992b54ff43ccb250375476a58ed8 /cmd | |
parent | 989fd514b1053d5443b4e6155af9c8d863f5f0f2 (diff) |
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3147
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Makefile.am b/cmd/Makefile.am index 968c6c181..05f42a556 100644 --- a/cmd/Makefile.am +++ b/cmd/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest zpios SUBDIRS += mount_zfs fsck_zfs zvol_id vdev_id arcstat dbufstat zed +SUBDIRS += arc_summary |