X-Git-Url: http://git.etherboot.org/people/lynusvaz/gpxe.git/blobdiff_plain/fdb983d47383254aebe91edb22b87f18baf0b399..10606e95b36a50d3dff727aa89ef911233dcacf6:/contrib/bochs/Makefile 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