FreeBSD prefixes libssh symbols with "Fssh_" in ssh_namespace.h. This
header file is included in all targets that consume libssh (in
secure/ssh.mk). It needs access to all the definition implementations,
some of them are in ${SKSRCS}.
Note that this is a FreeBSD-specific requirement, that is why we put it
in a separate sources line.
Fixes: 65d8491719bb ("secure: Adapt Makefile to ssh-sk-client everywhere")