Installed
programs: To be
Written
iptables is the userspace command line program used to configure the Linux firewall.
Compile the package:
make CC="${CC} ${BUILD} -Os" LD=${LD} DO_MULTI=1 PREFIX=/usr \
LIBDIR=/lib BINDIR=/sbin
Install the package:
make DO_MULTI=1 PREFIX=/usr \
LIBDIR=/lib BINDIR=/sbin install DESTDIR=${CLFS}