Installed
programs: rmt and tar
The Tar package contains an archiving program.
Prepare Tar for compilation:
./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
--prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
Compile the package:
make
Install the package:
make DESTDIR=${CLFS} install