summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ai
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-03-12 17:54:07 +0000
commit5b2b1d78087f359682131bd6d150db0b610ca073 (patch)
treeb0986b781d9c6940acbec4cf330d892e0f8c220e /security/openssh/files/patch-ai
parentcreate ssh_config-dist and sshd_config-dist (diff)
Rename Patches to make navigation much more easier.
Diffstat (limited to 'security/openssh/files/patch-ai')
-rw-r--r--security/openssh/files/patch-ai18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/openssh/files/patch-ai b/security/openssh/files/patch-ai
deleted file mode 100644
index c1a75662404e..000000000000
--- a/security/openssh/files/patch-ai
+++ /dev/null
@@ -1,18 +0,0 @@
---- ssh-agent/Makefile.orig Sun Mar 4 01:51:25 2001
-+++ ssh-agent/Makefile Sat May 26 14:58:48 2001
-@@ -7,12 +7,12 @@
-
- BINMODE?=555
-
--BINDIR= /usr/bin
--MAN= ssh-agent.1
-+BINDIR= /bin
-+MAN1= ssh-agent.1
-
- SRCS= ssh-agent.c
-
- .include <bsd.prog.mk>
-
--LDADD+= -lcrypto
-+LDADD+= ${CRYPTOLIBS}
- DPADD+= ${LIBCRYPTO}