Date: Thu, 25 Sep 2008 12:12:44 -0600 From: "Andrew Falanga" <af300wsm@gmail.com> To: Mel <fbsd.questions@rachie.is-a-geek.net> Cc: freebsd-questions@freebsd.org Subject: Re: Can't build all in /usr/src/crypto/openssh Message-ID: <340a29540809251112v6f16986al33983a825906bec5@mail.gmail.com> In-Reply-To: <200809251852.29479.fbsd.questions@rachie.is-a-geek.net> References: <340a29540809250833u27f7c3d6o5f3bcfe9932056d0@mail.gmail.com> <200809251749.04425.fbsd.questions@rachie.is-a-geek.net> <340a29540809250933g1f76d098y87806ea439c8bfad@mail.gmail.com> <200809251852.29479.fbsd.questions@rachie.is-a-geek.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Bad choice of words on my part. It won't rebuild openssl, if you still > have /usr/obj/usr/src/* from last time. But it will go through the motions to > see if stuff needs to be rebuilt. It will only rebuild libssh and anything > that uses libssh: > # find . -name 'Makefile' -exec grep channels.c {} \+ > ./secure/lib/libssh/Makefile: canohost.c channels.c cipher.c cipher-acss.c > cipher-aes.c \ > > # find . -name 'Makefile' -exec grep -l 'DPADD.*LIBSSH' {} \+ > ./lib/libpam/modules/pam_ssh/Makefile > ./secure/libexec/sftp-server/Makefile > ./secure/libexec/ssh-keysign/Makefile > ./secure/usr.bin/scp/Makefile > ./secure/usr.bin/sftp/Makefile > ./secure/usr.bin/ssh/Makefile > ./secure/usr.bin/ssh-add/Makefile > ./secure/usr.bin/ssh-agent/Makefile > ./secure/usr.bin/ssh-keygen/Makefile > ./secure/usr.bin/ssh-keyscan/Makefile > ./secure/usr.sbin/sshd/Makefile > > The pam module is the only one outside secure that depends on libssh. > > -- Great, thanks for the info.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?340a29540809251112v6f16986al33983a825906bec5>