summaryrefslogtreecommitdiff
path: root/secure/libexec/ssh-keysign
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-06-07 09:31:28 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-06-07 09:31:28 +0000
commit40e0db94af1a56731b01e22a2cbe66c321f7c6fc (patch)
treea0d1ecfa2e0da5d8fc4aeeacef320972cb332bf5 /secure/libexec/ssh-keysign
parentf395d8386ab0c2aa9aa9577bba01bc36fc30f8bc (diff)
Notes
Diffstat (limited to 'secure/libexec/ssh-keysign')
-rw-r--r--secure/libexec/ssh-keysign/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile
index 24bf29e021a7..3f2ed519dcb0 100644
--- a/secure/libexec/ssh-keysign/Makefile
+++ b/secure/libexec/ssh-keysign/Makefile
@@ -1,7 +1,5 @@
# $FreeBSD$
-LIBSSH= ${.OBJDIR}/../../lib/libssh/libssh.a
-
PROG= ssh-keysign
SRCS= ssh-keysign.c readconf.c
MAN= ssh-keysign.8
@@ -11,7 +9,7 @@ BINMODE=4511
.endif
DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
-LDADD= ${LIBSSH} -lcrypt -lcrypto -lz
+LDADD= -lssh -lcrypt -lcrypto -lz
.include <bsd.prog.mk>