http://git.etherboot.org
/
people
/
lynusvaz
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[job] Report progress of downloader jobs via job_progress()
[people/lynusvaz/gpxe.git]
/
contrib
/
bochs
/
Makefile
1
all : tunctl serial-console.1
2
3
%.1 : %
4
pod2man $< > $@
5
6
tunctl : tunctl.c
7
$(CC) -o $@ $<
8
9
clean :
10
rm -f serial-console.1 tunctl