summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keygen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/ssh-keygen/Makefile')
-rw-r--r--secure/usr.bin/ssh-keygen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh-keygen/Makefile b/secure/usr.bin/ssh-keygen/Makefile
index 45e4d16..62e3927 100644
--- a/secure/usr.bin/ssh-keygen/Makefile
+++ b/secure/usr.bin/ssh-keygen/Makefile
@@ -12,13 +12,13 @@ SRCS+= roaming_dummy.c
.endif
DPADD= ${LIBSSH}
-LDADD= -lssh
+LDADD= ${LDSSH}
USEPRIVATELIB= ssh
.if ${MK_LDNS} != "no"
CFLAGS+= -DHAVE_LDNS=1
DPADD+= ${LIBLDNS}
-LDADD+= -lldns
+LDADD+= ${LDLDNS}
USEPRIVATELIB+= ldns
.endif
OpenPOWER on IntegriCloud