Can't build all in /usr/src/crypto/openssh

Andrew Falanga af300wsm at gmail.com
Thu Sep 25 18:12:45 UTC 2008


>
> 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.


More information about the freebsd-questions mailing list