diff options
Diffstat (limited to 'secure/libexec/ssh-keysign/Makefile')
| -rw-r--r-- | secure/libexec/ssh-keysign/Makefile | 4 |
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> |
