1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-01-24 08:56:35 +03:00
mirror_zfs/cmd/arc_summary/Makefile.am
Damian Szuberski 07cc8ae46a Removed Python 2 and Python 3.5- support
Deprecation of Python versions below 3.6 gives opportunity to unify the
build and install requirements for OpenZFS packages. The minimal
supported Python version is 3.6 as this is the most recent Python
package CentOS/RHEL 7 users can get.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Rich Ercolani <rincebrain@gmail.com>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: szubersk <szuberskidamian@gmail.com>
Closes 
2023-04-13 15:59:45 -07:00

9 lines
134 B
Makefile

bin_SCRIPTS = arc_summary
CLEANFILES = arc_summary
EXTRA_DIST = arc_summary3
SCRIPT = arc_summary3
arc_summary: $(SCRIPT)
cp $< $@