depends nmap &&
depends html-parser &&
depends net-dns &&
depends digest-hmac &&
depends digest-sha1 &&
optional_depends WEB-BROWSER \
                 "" \
                 "" \
                 "for interactive execution" &&
optional_depends WEBSERVER \
                 "" \
                 "" \
                 "for Sara Self Scan, a webserver extension" &&
optional_depends samba \
                 "" \
                 "" \
                 "for MS Windows scanning" &&
optional_depends openssh \
                 "--with-ssh=yes" \
                 "--with-ssh=no"  \
                 "for SSH password guessing" &&
optional_depends rdesktop \
                 "--with-rdp=yes" \
                 "--with-rdp=no"  \
                 "for RDP testing" &&
optional_depends nfs-utils \
                 "" \
                 "" \
                 "for NFS testing" &&
optional_depends netkit-tftp \
                 "" \
                 "" \
                 "for TFTP testing" &&
optional_depends yp-tools \
                 "" \
                 "" \
                 "for NIS testing" &&
optional_depends bsd-finger \
                 "" \
                 "" \
                 "for finger testing" &&
optional_depends netkit-ftp \
                 "" \
                 "" \
                 "for FTP testing" &&
optional_depends netkit-rsh \
                 "" \
                 "" \
                 "for RSH testing" &&
case "${SARA_TELNET}" in
  netkit-telnet) depends netkit-telnet ;;
  telnet-bsd) depends telnet-bsd ;;
esac
