> Am I missing some essential settings in /etc/make.conf? > What is needed there in order to get (Open)SSH from the base system? > Thanks! > Rob.
It should be there by default. Check that /etc/make.conf (or /etc/src.conf) does not set/define: WITHOUT_OPENSSH There are other knobs that implicitly set this as well, so check for these, too: WITHOUT_CRYPT WITHOUT_OPENSSL If any of those are set, it will not build the ssh components. Regards, Josh _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"