aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh-agent
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-06-24 10:16:38 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-06-24 10:16:38 +0000
commitdca1f4368616824033666c90315891a69827c49f (patch)
treec09a1dfc5c2a0d3d32fc539be9148fdb604238a4 /secure/usr.bin/ssh-agent
parentccc9bac89c6c1b4a8cf0819438b561dfdc53b843 (diff)
downloadsrc-dca1f4368616824033666c90315891a69827c49f.tar.gz
src-dca1f4368616824033666c90315891a69827c49f.zip
Fix style and unbreal static build.
Notes
Notes: svn path=/head/; revision=98739
Diffstat (limited to 'secure/usr.bin/ssh-agent')
-rw-r--r--secure/usr.bin/ssh-agent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh-agent/Makefile b/secure/usr.bin/ssh-agent/Makefile
index eb2ad98d0d3a..3925b99cc96a 100644
--- a/secure/usr.bin/ssh-agent/Makefile
+++ b/secure/usr.bin/ssh-agent/Makefile
@@ -4,8 +4,8 @@
PROG= ssh-agent
SRCS= ssh-agent.c
-LDADD+= -lssh -lcrypto
-DPADD+= ${LIBSSH} ${LIBCRYPTO}
+DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
+LDADD+= -lssh -lcrypto -lz
.include <bsd.prog.mk>