aboutsummaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-lib-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/openssh/files/patch-lib-Makefile')
-rw-r--r--security/openssh/files/patch-lib-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/security/openssh/files/patch-lib-Makefile b/security/openssh/files/patch-lib-Makefile
deleted file mode 100644
index 560d1b24c052..000000000000
--- a/security/openssh/files/patch-lib-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- lib/Makefile.orig Thu May 23 13:12:23 2002
-+++ lib/Makefile Thu May 23 13:14:17 2002
-@@ -11,6 +11,11 @@
- rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
- scard.c monitor_wrap.c monitor_fdpass.c
-
-+SRCS+= strlcpy.c strlcat.c
-+.if defined(COMPAT_GETADDRINFO)
-+SRCS+= getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
-+.endif
-+
- SRCS+= readpassphrase.c
-
- DEBUGLIBS= no
-@@ -21,6 +26,8 @@
- @echo -n
-
- .include <bsd.own.mk>
-+IGNORE_LIBSSH=yes
-+.include "../Makefile.inc"
-
- .if (${KERBEROS:L} == "yes")
- CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV