aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/sftp
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/usr.bin/sftp
parentcf2b5f3b6d88690d9dee1824ed589d164bb62abc (diff)
downloadsrc-a04e3d6c3084de022d6bb2144c7a89fd5d8b9f75.tar.gz
src-a04e3d6c3084de022d6bb2144c7a89fd5d8b9f75.zip
Update Makefiles for OpenSSH 3.7.1p2.
Notes
Notes: svn path=/head/; revision=124212
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 87f769471e26..e4211239872f 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-int.c sftp-common.c sftp-glob.c
CFLAGS+=-I${SSHDIR}
-DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
-LDADD= -lssh -lcrypto -lz
+DPADD= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBZ}
+LDADD= -lssh -lcrypt -lcrypto -lz
.include <bsd.prog.mk>