if echo $OPT | grep 'enable-setuid'
then
  make    suidinstall
else
  make    install
fi
