summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/ssh-keysign/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/ssh-keysign/Makefile')
-rw-r--r--secure/usr.bin/ssh-keysign/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/secure/usr.bin/ssh-keysign/Makefile b/secure/usr.bin/ssh-keysign/Makefile
index 58a85030..9d9cf57 100644
--- a/secure/usr.bin/ssh-keysign/Makefile
+++ b/secure/usr.bin/ssh-keysign/Makefile
@@ -2,11 +2,10 @@
#
PROG= ssh-keysign
-SRCS= ssh-keysign.c
MAN= ssh-keysign.8
-LDADD+= -lssh -lcrypto
-DPADD+= ${LIBSSH} ${LIBCRYPTO}
+DPADD+= ${LIBSSH} ${LIBCRYPTO} ${LIBZ}
+LDADD+= -lssh -lcrypto -lz
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud