aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vnet/examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vnet/examples/Makefile')
-rw-r--r--tools/vnet/examples/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/vnet/examples/Makefile b/tools/vnet/examples/Makefile
index 6953ef10cd..ba605ca318 100644
--- a/tools/vnet/examples/Makefile
+++ b/tools/vnet/examples/Makefile
@@ -7,13 +7,14 @@ INSTALL_DIR = $(INSTALL) -d -m0755
XEN_SCRIPT_DIR = $(DESTDIR)/etc/xen/scripts
-.PHONY: all install clean
-
+.PHONY: all
all:
+.PHONY: install
install:
$(INSTALL_DIR) $(XEN_SCRIPT_DIR)
$(INSTALL_PROG) network-vnet $(XEN_SCRIPT_DIR)
$(INSTALL_PROG) vnet-insert $(XEN_SCRIPT_DIR)
-clean: \ No newline at end of file
+.PHONY: clean
+clean: