make_normal                              &&
make  BASEDIR=${INSTALL_ROOT}/  install  &&
# Ifconfig and route now installed into /bin/. Scripts might expect them in /sbin/.
if ! test -e "$INSTALL_ROOT/sbin/ifconfig"; then
  ln -s ../bin/ifconfig "$INSTALL_ROOT/sbin/ifconfig"
fi
if ! test -e "$INSTALL_ROOT/sbin/route"; then
  ln -s ../bin/route "$INSTALL_ROOT/sbin/route"
fi
