aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/ssh-keyscan/Makefile
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-keyscan/Makefile
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-keyscan/Makefile')
-rw-r--r--secure/usr.bin/ssh-keyscan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/usr.bin/ssh-keyscan/Makefile b/secure/usr.bin/ssh-keyscan/Makefile
index 994b5692727e..7f65c74f0402 100644
--- a/secure/usr.bin/ssh-keyscan/Makefile
+++ b/secure/usr.bin/ssh-keyscan/Makefile
@@ -4,8 +4,8 @@
PROG= ssh-keyscan
SRCS= ssh-keyscan.c
-LDADD+= -lssh -lcrypto
-DPADD+= ${LIBSSH} ${LIBCRYPTO}
+DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
+LDADD+= -lssh -lcrypto -lz
.include <bsd.prog.mk>