CC=gcc
CFLAGS="-O3"
export CC CFLAGS
MFCOMMAND="$PREMF ./configure --prefix=/usr/local --sysconfdir=/etc/ssh --libexecdir=/usr/local/libexec/ssh --without-pam --with-md5-passwords --without-rsh --with-kerberos4=/usr/local --with-afs=/usr/local --with-kerberos5=/usr/local"
INSTCOMMAND="make DESTDIR=$DESTDIR install"

