diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-06 22:17:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-06 22:17:26 +0000 |
commit | d029c3aa2563f896e990ea62d168f4f33afcbc01 (patch) | |
tree | 55e479f80b3d04d5fd6accb8908787cccd17d895 /secure/usr.bin/ssh-keyscan | |
parent | 2ac725a4ec9fb21d4e208d428a7e8893a8c84a15 (diff) | |
download | src-d029c3aa2563f896e990ea62d168f4f33afcbc01.tar.gz src-d029c3aa2563f896e990ea62d168f4f33afcbc01.zip |
Notes
Diffstat (limited to 'secure/usr.bin/ssh-keyscan')
-rw-r--r-- | secure/usr.bin/ssh-keyscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile index 298f52a53c07..44659187c0e7 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" |