diff mbox

[1/3] tools/hv: add basic Makefile

Message ID 1333734763-6664-2-git-send-email-apw@canonical.com
State New
Headers show

Commit Message

Andy Whitcroft April 6, 2012, 5:52 p.m. UTC
Signed-off-by: Andy Whitcroft <apw@canonical.com>
---
 tools/hv/Makefile |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 tools/hv/Makefile
diff mbox

Patch

diff --git a/tools/hv/Makefile b/tools/hv/Makefile
new file mode 100644
index 0000000..ef87f85
--- /dev/null
+++ b/tools/hv/Makefile
@@ -0,0 +1,7 @@ 
+hv_kvp_daemon: hv_kvp_daemon.c
+
+clean:
+	rm -f  hv_kvp_daemon
+
+install:
+	install hv_kvp_daemon /usr/sbin/