[sundance] Add reset completion check
[gpxe.git] / contrib / bochs / Makefile
blob4a5b14cea28914a02d45d35a7bfe627941f7f1e2
1 all : tunctl serial-console.1
3 %.1 : %
4 pod2man $< > $@
6 tunctl : tunctl.c
7 $(CC) -o $@ $<
9 clean :
10 rm -f serial-console.1 tunctl