CC=gcc
CFLAGS="-O3"
export CC CFLAGS
MFCOMMAND="$PREMF ./configure --prefix=/usr/local --sysconfdir=/etc/ssh --libexecdir=/usr/local/libexec/ssh --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-rsh=/usr/bin/rsh --with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin --disable-suid-ssh --without-pam --with-4in6 --with-ipv4-default --with-kerberos5=/usr --with-kerberos4=/usr --with-afs=/usr --with-md5-passwords --with-privsep-path=/var/run/sshd --without-rand-help"
INSTCOMMAND="make DESTDIR=$DESTDIR install"

