summaryrefslogtreecommitdiffstats
path: root/contrib/bochs/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-05-13 11:27:54 +0200
committerMichael Brown2006-05-13 11:27:54 +0200
commit10606e95b36a50d3dff727aa89ef911233dcacf6 (patch)
treebd812c1d93b547f18cd55c6c852bc275f13581d7 /contrib/bochs/Makefile
parentPreserve the whole of %esp across prot_call(). We have to split this (diff)
downloadipxe-10606e95b36a50d3dff727aa89ef911233dcacf6.tar.gz
ipxe-10606e95b36a50d3dff727aa89ef911233dcacf6.tar.xz
ipxe-10606e95b36a50d3dff727aa89ef911233dcacf6.zip
Added tunctl (since it is difficult to find for many distros).
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