Install Make by running the following commands:
./configure --prefix=$LFS/usr --disable-nls &&
make LDFLAGS=-static &&
make install
The Make package contains the make program.
make determines automatically which pieces of a large program need to be recompiled, and issues the commands to recompile them.