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/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile
index f4f59ed..1c5ab3e 100644
--- a/secure/usr.bin/ssh-keyscan/Makefile
+++ b/secure/usr.bin/ssh-keyscan/Makefile
@@ -1,12 +1,10 @@
# $FreeBSD$
-LIBSSH= ${.OBJDIR}/../../lib/libssh/libssh.a
-
PROG= ssh-keyscan
CFLAGS+=-I${SSHDIR}
DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
-LDADD= ${LIBSSH} -lcrypt -lcrypto -lz
+LDADD= -lssh -lcrypt -lcrypto -lz
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud