HOST_TOOLS=ethos uhcpd sliptty
.PHONY: all $(HOST_TOOLS)
all: $(HOST_TOOLS)
$(HOST_TOOLS):
make -C $@