summaryrefslogtreecommitdiffstats
path: root/contrib/bochs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bochs/Makefile')
-rw-r--r--contrib/bochs/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/bochs/Makefile b/contrib/bochs/Makefile
new file mode 100644
index 00000000..3c0e645a
--- /dev/null
+++ b/contrib/bochs/Makefile
@@ -0,0 +1,7 @@
+all : serial-console.1
+
+%.1 : %
+ pod2man $< > $@
+
+clean :
+ rm -f serial-console.1