aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/sftp
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2005-06-05 15:47:07 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2005-06-05 15:47:07 +0000
commit015bad35986abc9692a780bf11ff3a0ea71149ae (patch)
tree9b44cdfc8fc98585dc60813b24caba7ad3002098 /secure/usr.bin/sftp
parent19bccc89b40d3639f95ff0c2097b66e0a0f577d9 (diff)
downloadsrc-015bad35986abc9692a780bf11ff3a0ea71149ae.tar.gz
src-015bad35986abc9692a780bf11ff3a0ea71149ae.zip
Update for OpenSSH 4.1p1.
Notes
Notes: svn path=/head/; revision=147007
Diffstat (limited to 'secure/usr.bin/sftp')
-rw-r--r--secure/usr.bin/sftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/sftp/Makefile b/secure/usr.bin/sftp/Makefile
index 9a2bef7c8e61..08512e860457 100644
--- a/secure/usr.bin/sftp/Makefile
+++ b/secure/usr.bin/sftp/Makefile
@@ -4,8 +4,8 @@ PROG= sftp
SRCS= sftp.c sftp-client.c sftp-common.c sftp-glob.c progressmeter.c
CFLAGS+=-I${SSHDIR}
-DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
-LDADD= -lssh -lcrypt -lcrypto -lz
+DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ} ${LIBEDIT}
+LDADD= -lssh -lcrypt -lcrypto -lz -ledit
.include <bsd.prog.mk>