1BINDIR=usr/bin 2 3install: 4 mkdir -p $(INSTALL_ROOT)/$(BINDIR) 5 install -m 755 -p "kvm_stat" "$(INSTALL_ROOT)/$(BINDIR)/$(TARGET)" 6