From 869da4e975c494e77d9256461873abf5fc935983 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 23 Oct 2008 11:20:44 +0100 Subject: xenpmd: Fix makefile for 'make install'. Signed-off-by: Keir Fraser --- tools/xenpmd/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/xenpmd') diff --git a/tools/xenpmd/Makefile b/tools/xenpmd/Makefile index 0e9f54040c..6fc31a46b4 100644 --- a/tools/xenpmd/Makefile +++ b/tools/xenpmd/Makefile @@ -10,6 +10,11 @@ BIN = xenpmd .PHONY: all all: $(BIN) +.PHONY: install +install: all + $(INSTALL_DIR) $(DESTDIR)$(SBINDIR) + $(INSTALL_PROG) $(BIN) $(DESTDIR)$(SBINDIR) + .PHONY: clean clean: $(RM) -f $(BIN) -- cgit v1.2.3