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, 5 insertions, 2 deletions
diff --git a/contrib/bochs/Makefile b/contrib/bochs/Makefile
index 3c0e645a..4a5b14ce 100644
--- a/contrib/bochs/Makefile
+++ b/contrib/bochs/Makefile
@@ -1,7 +1,10 @@
-all : serial-console.1
+all : tunctl serial-console.1
%.1 : %
pod2man $< > $@
+tunctl : tunctl.c
+ $(CC) -o $@ $<
+
clean :
- rm -f serial-console.1
+ rm -f serial-console.1 tunctl