38e2e9ce83
A bunch of places need to edit files to incorporate the configured paths i.e. bindir, sbindir etc. Move this logic into a common file. Create arc_summary by copying arc_summary[23] as appropriate at build time instead of install time. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10559
6 lines
96 B
Makefile
6 lines
96 B
Makefile
include $(top_srcdir)/config/Substfiles.am
|
|
|
|
bin_SCRIPTS = arcstat
|
|
|
|
SUBSTFILES += $(bin_SCRIPTS)
|