aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh
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/ssh
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/ssh')
-rw-r--r--secure/usr.bin/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh/Makefile b/secure/usr.bin/ssh/Makefile
index e891b6b1d52b..019d4fc24b56 100644
--- a/secure/usr.bin/ssh/Makefile
+++ b/secure/usr.bin/ssh/Makefile
@@ -20,8 +20,8 @@ DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBMD} ${LIBROKEN} ${LIBCRYPT}
CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\"
.endif
-LDADD+= -lssh -lcrypto -lutil -lz
-DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
+DPADD+= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}
+LDADD+= -lssh -lcrypt -lcrypto -lutil -lz
.include <bsd.prog.mk>