aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vnet/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vnet/scripts/Makefile')
-rw-r--r--tools/vnet/scripts/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/vnet/scripts/Makefile b/tools/vnet/scripts/Makefile
index 05f737edc4..077d6b6224 100644
--- a/tools/vnet/scripts/Makefile
+++ b/tools/vnet/scripts/Makefile
@@ -7,12 +7,13 @@ INSTALL_DIR = $(INSTALL) -d -m0755
SBIN_DIR = $(DESTDIR)/usr/sbin
-.PHONY: all install clean
-
+.PHONY: all
all:
+.PHONY: install
install:
$(INSTALL_DIR) $(SBIN_DIR)
$(INSTALL_PROG) vn $(SBIN_DIR)
-clean: \ No newline at end of file
+.PHONY: clean
+clean: