summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh-keyscan-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-ssh-keyscan-Makefile')
-rw-r--r--security/openssh/files/patch-ssh-keyscan-Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssh/files/patch-ssh-keyscan-Makefile b/security/openssh/files/patch-ssh-keyscan-Makefile
index f5c47809edb0..d31653ac8736 100644
--- a/security/openssh/files/patch-ssh-keyscan-Makefile
+++ b/security/openssh/files/patch-ssh-keyscan-Makefile
@@ -1,6 +1,6 @@
--- ssh-keyscan/Makefile.orig Sun Mar 4 08:59:39 2001
+++ ssh-keyscan/Makefile Thu Jul 12 18:57:39 2001
-@@ -7,12 +7,12 @@
+@@ -7,12 +7,13 @@
BINMODE?=555
@@ -12,7 +12,8 @@
SRCS= ssh-keyscan.c
.include <bsd.prog.mk>
++.include "Makefile.inc"
-LDADD+= -lcrypto
-+LDADD+= ${CRYPTOLIBS}
++LDADD+= ${CRYPTOLIBS} -lutil -lz
DPADD+= ${LIBCRYPTO}