summaryrefslogtreecommitdiffstats
path: root/contrib/vm/Makefile
diff options
context:
space:
mode:
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