if [[ $(uname -r) == 2.4.* ]] ; then
  make
elif [[ $(uname -r) == 2.6.* ]]; then
  make user
fi
