diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-08 13:42:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-08 13:42:58 +0000 |
| commit | e47a40e7f7c8bc398d3ffd681048e3e286829195 (patch) | |
| tree | 4229aedf5ee097d57159ca1b7a081818d45f1656 /secure/lib/libssh | |
| parent | aaf89c2c898e455a3c5b30a657c85732bd86c10e (diff) | |
Notes
Diffstat (limited to 'secure/lib/libssh')
| -rw-r--r-- | secure/lib/libssh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index 61ae9d19def7..47c841797020 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -24,6 +24,9 @@ CFLAGS+= -DKRB4 CFLAGS+= -DKRB5 .endif # MAKE_KERBEROS5 +DPADD= ${LIBCRYPTO} ${LIBZ} +LDADD= -lcrypto -lz + .include <bsd.lib.mk> .PATH: ${SSHDIR} ${SSHDIR}/lib |
