summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keyscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/ssh-keyscan/Makefile')
-rw-r--r--secure/usr.bin/ssh-keyscan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile
index 298f52a..4465918 100644
--- a/secure/usr.bin/ssh-keyscan/Makefile
+++ b/secure/usr.bin/ssh-keyscan/Makefile
@@ -7,7 +7,7 @@ SRCS= ssh-keyscan.c roaming_dummy.c
CFLAGS+=-I${SSHDIR} -include ssh_namespace.h
DPADD= ${LIBSSH}
-LDADD= -lssh
+LDADD= ${LDSSH}
USEPRIVATELIB= ssh
.if ${MK_LDNS} != "no"
OpenPOWER on IntegriCloud