| Submitter | Andy Whitcroft |
|---|---|
| Date | April 6, 2012, 5:52 p.m. |
| Message ID | <1333734763-6664-2-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/151229/ |
| State | New |
| Headers | show |
Comments
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/
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