2006-05-13 09:27:54 +00:00
|
|
|
all : tunctl serial-console.1
|
2005-05-17 16:44:57 +00:00
|
|
|
|
|
|
|
%.1 : %
|
|
|
|
pod2man $< > $@
|
|
|
|
|
2006-05-13 09:27:54 +00:00
|
|
|
tunctl : tunctl.c
|
|
|
|
$(CC) -o $@ $<
|
|
|
|
|
2005-05-17 16:44:57 +00:00
|
|
|
clean :
|
2006-05-13 09:27:54 +00:00
|
|
|
rm -f serial-console.1 tunctl
|