Installed
programs: cmp, diff, diff3,
and sdiff
The Diffutils package contains programs that show the differences between files or directories.
Prepare Diffutils for compilation:
./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
--prefix=/usr
Compile the package:
make
Install the package:
make DESTDIR=${CLFS} install