aboutsummaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ssh-keysign-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-ssh-keysign-Makefile')
-rw-r--r--security/openssh/files/patch-ssh-keysign-Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/security/openssh/files/patch-ssh-keysign-Makefile b/security/openssh/files/patch-ssh-keysign-Makefile
index 0ac135575072..ba566dc100a6 100644
--- a/security/openssh/files/patch-ssh-keysign-Makefile
+++ b/security/openssh/files/patch-ssh-keysign-Makefile
@@ -1,5 +1,5 @@
---- ssh-keysign/Makefile.orig Fri May 31 12:30:33 2002
-+++ ssh-keysign/Makefile Sat Jun 22 12:38:35 2002
+--- ssh-keysign/Makefile.orig Wed Jul 3 16:21:05 2002
++++ ssh-keysign/Makefile Thu Oct 17 06:01:24 2002
@@ -7,12 +7,12 @@
BINMODE?=4555
@@ -9,11 +9,10 @@
+BINDIR= /libexec
+MAN8= ssh-keysign.8
- SRCS= ssh-keysign.c
+ SRCS= ssh-keysign.c readconf.c
.include <bsd.prog.mk>
-LDADD+= -lcrypto -lz
--DPADD+= ${LIBCRYPTO} ${LIBZ}
-+LDADD+= ${CRYPTOLIBS} -lcrypt -lz
-+DPADD+= ${LIBCRYPTO} ${LIBZ}
++LDADD+= ${CRYPTOLIBS} -lcrypt -lz
+ DPADD+= ${LIBCRYPTO} ${LIBZ}