diff options
Diffstat (limited to 'security/openssh/files/patch-ssh-Makefile')
-rw-r--r-- | security/openssh/files/patch-ssh-Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/security/openssh/files/patch-ssh-Makefile b/security/openssh/files/patch-ssh-Makefile index d988af43f124..5ab9b12d987b 100644 --- a/security/openssh/files/patch-ssh-Makefile +++ b/security/openssh/files/patch-ssh-Makefile @@ -1,17 +1,18 @@ ---- ssh/Makefile.orig Tue Mar 5 01:49:51 2002 -+++ ssh/Makefile Sun Mar 17 14:58:13 2002 -@@ -7,8 +7,8 @@ +--- ssh/Makefile.orig Thu Jun 20 21:56:07 2002 ++++ ssh/Makefile Fri Jun 21 22:59:47 2002 +@@ -7,8 +7,9 @@ - BINMODE?=4555 + #BINMODE?=4555 -BINDIR= /usr/bin --MAN= ssh.1 +-MAN= ssh.1 ssh_config.5 +BINDIR= /bin +MAN1= ssh.1 ++MAN5= ssh_config.5 LINKS= ${BINDIR}/ssh ${BINDIR}/slogin MLINKS= ssh.1 slogin.1 -@@ -16,6 +16,7 @@ +@@ -16,6 +17,7 @@ sshconnect.c sshconnect1.c sshconnect2.c .include <bsd.own.mk> # for AFS @@ -19,7 +20,7 @@ .if (${KERBEROS5:L} == "yes") CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV -@@ -24,8 +25,8 @@ +@@ -24,8 +26,8 @@ .endif # KERBEROS5 .if (${KERBEROS:L} == "yes") @@ -30,11 +31,11 @@ DPADD+= ${LIBKRB} .if (${AFS:L} == "yes") CFLAGS+= -DAFS -@@ -36,5 +37,5 @@ +@@ -36,5 +38,5 @@ .include <bsd.prog.mk> -LDADD+= -lcrypto -lz -ldes --DPADD+= ${LIBCRYPTO} ${LIBZ} +-DPADD+= ${LIBCRYPTO} ${LIBZ} ${LIBDES} +LDADD+= ${CRYPTOLIBS} -lcrypt -lutil -lz +DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} |