6.17.3. Contents of Iana-Etc
Installed files: /etc/protocols and /etc/services
The Iana-Etc package provides data for network services and protocols.
This package requires compiler variables to be set for the target in the environment.
export CC="${CLFS_TARGET}-gcc" export CXX="${CLFS_TARGET}-g++" export AR="${CLFS_TARGET}-ar" export AS="${CLFS_TARGET}-as" export RANLIB="${CLFS_TARGET}-ranlib" export LD="${CLFS_TARGET}-ld" export STRIP="${CLFS_TARGET}-strip"
The following command converts the raw data provided by IANA into
the correct formats for the /etc/protocols
and /etc/services
data files:
make
Install the package:
make DESTDIR=${CLFS} install