summaryrefslogtreecommitdiff
path: root/secure/libexec/ssh-keysign
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-01-07 11:17:23 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-01-07 11:17:23 +0000
commita04e3d6c3084de022d6bb2144c7a89fd5d8b9f75 (patch)
tree761510fed0d5564bb8ef9322e51b0804bd9c96f6 /secure/libexec/ssh-keysign
parentcf2b5f3b6d88690d9dee1824ed589d164bb62abc (diff)
Notes
Diffstat (limited to 'secure/libexec/ssh-keysign')
-rw-r--r--secure/libexec/ssh-keysign/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile
index 1f74eacf5f45..82476ab1a867 100644
--- a/secure/libexec/ssh-keysign/Makefile
+++ b/secure/libexec/ssh-keysign/Makefile
@@ -8,8 +8,8 @@ CFLAGS+=-I${SSHDIR}
BINMODE=4511
.endif
-DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
-LDADD= -lssh -lcrypto -lz
+DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
+LDADD= -lssh -lcrypt -lcrypto -lz
.include <bsd.prog.mk>