http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added tunctl (since it is difficult to find for many distros).
[people/xl0/gpxe.git]
/
contrib
/
bochs
/
Makefile
diff --git
a/contrib/bochs/Makefile
b/contrib/bochs/Makefile
index
3c0e645
..
4a5b14c
100644
(file)
--- 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