Details on this package are located in Section 8.59.2, “Contents of Diffutils.”
The Diffutils package contains programs that show the differences between files or directories.
Prepare Diffutils for compilation:
./configure --prefix=/usr   \
            --host=$LFS_TGT \
            --build=$(./build-aux/config.guess)
        Compile the package:
make
Install the package:
make DESTDIR=$LFS install
Details on this package are located in Section 8.59.2, “Contents of Diffutils.”