summaryrefslogtreecommitdiffstats
path: root/contrib/vm/Makefile
diff options
context:
space:
mode:
authorMichael Brown2010-09-22 15:19:25 +0200
committerMichael Brown2010-09-22 17:26:01 +0200
commit041f01e60106dcc9d64f4a82ab11236c589dc264 (patch)
treefd81ea61832bc7aca112efcb050cfed50ebd232a /contrib/vm/Makefile
parent[settings] Modify "set" command to allow space separated values (diff)
downloadipxe-041f01e60106dcc9d64f4a82ab11236c589dc264.tar.gz
ipxe-041f01e60106dcc9d64f4a82ab11236c589dc264.tar.xz
ipxe-041f01e60106dcc9d64f4a82ab11236c589dc264.zip
[contrib] Add contrib/vm, containing utilities from old contrib/bochs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'contrib/vm/Makefile')
-rw-r--r--contrib/vm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/vm/Makefile b/contrib/vm/Makefile
new file mode 100644
index 00000000..3c0e645a
--- /dev/null
+++ b/contrib/vm/Makefile
@@ -0,0 +1,7 @@
+all : serial-console.1
+
+%.1 : %
+ pod2man $< > $@
+
+clean :
+ rm -f serial-console.1