make 4.4.1 = https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz ``` sh *** build *** ./configure --prefix=/pkg/gnu/make make -j$(nproc) make install ``` ``` cfg *** run deps *** coreutils ```