#!/bin/sh # $RedRiver$ pkg_info -e cyrus-sasl-* > /dev/null if [ $? -ne 0 ]; then echo Installing cyrus-sasl $SUDO pkg_add -i cyrus-sasl if [ $? -ne 0 ]; then exit fi fi WANT_SMTPAUTH=Yes cd /usr/src/gnu/usr.sbin/sendmail/sendmail/ echo Making sendmail make clean make depend make gzip -o ${OLDPWD}/sendmail.gz sendmail make clean