summaryrefslogtreecommitdiff
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-Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/openssh/files/patch-ssh-keysign-Makefile b/security/openssh/files/patch-ssh-keysign-Makefile
new file mode 100644
index 000000000000..0ac135575072
--- /dev/null
+++ b/security/openssh/files/patch-ssh-keysign-Makefile
@@ -0,0 +1,19 @@
+--- ssh-keysign/Makefile.orig Fri May 31 12:30:33 2002
++++ ssh-keysign/Makefile Sat Jun 22 12:38:35 2002
+@@ -7,12 +7,12 @@
+
+ BINMODE?=4555
+
+-BINDIR= /usr/libexec
+-MAN= ssh-keysign.8
++BINDIR= /libexec
++MAN8= ssh-keysign.8
+
+ SRCS= ssh-keysign.c
+
+ .include <bsd.prog.mk>
+
+-LDADD+= -lcrypto -lz
+-DPADD+= ${LIBCRYPTO} ${LIBZ}
++LDADD+= ${CRYPTOLIBS} -lcrypt -lz
++DPADD+= ${LIBCRYPTO} ${LIBZ}