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/
