When the file `a` contains `BUILDER:=a`, the file `b` contains `BUILDER:=b`, and `Makefile` contains ```make include a include b
all: @echo $(BUILDER) ``` (there is a TAB before @), then typing `make` prints `b`.
I do not understand the question and I do not understand the build system of Kamailio.