aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kvm/kvm_stat/Makefile
blob: c639b8d30688a9c30518316bcea6d127d81935ad (plain) (blame)
1
2
3
4
5
BINDIR=usr/bin

install:
	mkdir -p $(INSTALL_ROOT)/$(BINDIR)
	install -m 755 -p "kvm_stat" "$(INSTALL_ROOT)/$(BINDIR)/$(TARGET)"