summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ag
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-ag
parentcreate ssh_config-dist and sshd_config-dist (diff)
Rename Patches to make navigation much more easier.
Notes
Notes: svn path=/head/; revision=55941
Diffstat (limited to 'security/openssh/files/patch-ag')
-rw-r--r--security/openssh/files/patch-ag40
1 files changed, 0 insertions, 40 deletions
diff --git a/security/openssh/files/patch-ag b/security/openssh/files/patch-ag
deleted file mode 100644
index 6971b0cfacf1..000000000000
--- a/security/openssh/files/patch-ag
+++ /dev/null
@@ -1,40 +0,0 @@
---- ssh/Makefile.orig Tue Sep 11 00:44:47 2001
-+++ ssh/Makefile Wed Oct 3 13:54:47 2001
-@@ -7,8 +7,8 @@
-
- BINMODE?=4555
-
--BINDIR= /usr/bin
--MAN= ssh.1
-+BINDIR= /bin
-+MAN1= ssh.1
- LINKS= ${BINDIR}/ssh ${BINDIR}/slogin
- MLINKS= ssh.1 slogin.1
-
-@@ -16,6 +16,7 @@
- sshconnect.c sshconnect1.c sshconnect2.c
-
- .include <bsd.own.mk> # for AFS
-+.include "../Makefile.inc"
-
- .if (${KERBEROS5:L} == "yes")
- CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
-@@ -24,8 +25,8 @@
- .endif # KERBEROS5
-
- .if (${KERBEROS:L} == "yes")
--CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
--LDADD+= -lkrb
-+CFLAGS+= -DKRB4 -I/usr/include/kerberosIV
-+LDADD+= -lkrb -lcom_err
- DPADD+= ${LIBKRB}
- .if (${AFS:L} == "yes")
- CFLAGS+= -DAFS
-@@ -36,5 +37,5 @@
-
- .include <bsd.prog.mk>
-
--LDADD+= -lcrypto -lz
--DPADD+= ${LIBCRYPTO} ${LIBZ}
-+LDADD+= ${CRYPTOLIBS} -lcrypt -lutil -lz
-+DPADD+= ${LIBCRYPTO} ${LIBUTIL} ${LIBZ}