summaryrefslogtreecommitdiffstats
path: root/cmd/arcstat/Makefile.am
diff options
context:
space:
mode:
authorChrist Schlacta <[email protected]>2013-06-06 21:33:01 -0700
committerBrian Behlendorf <[email protected]>2013-06-18 15:43:15 -0700
commitfb02fabf9b8045d6a1ddedf3f79171f69633162d (patch)
tree671f27d97396973fbc0c2b8775587eda8213b233 /cmd/arcstat/Makefile.am
parent7634cd54db25a69e00aaab6448ad710441bd8e7d (diff)
Modified arcstat.py to run on linux
* Modified kstat_update() to read arcstats from proc. * Fix shebang. * Added Makefile.am entries for arcstat.py Signed-off-by: Brian Behlendorf <[email protected]> Closes #1506
Diffstat (limited to 'cmd/arcstat/Makefile.am')
-rw-r--r--cmd/arcstat/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/arcstat/Makefile.am b/cmd/arcstat/Makefile.am
new file mode 100644
index 000000000..802b8e1d9
--- /dev/null
+++ b/cmd/arcstat/Makefile.am
@@ -0,0 +1,2 @@
+bin_SCRIPTS = arcstat.py
+EXTRA_DIST = $(bin_SCRIPTS)