mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 13:32:20 +03:00
Added tunctl (since it is difficult to find for many distros).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user