summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-Makefile.inc
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2008-03-05 04:25:42 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2008-03-05 04:25:42 +0000
commit55eb3e28b1d7e0e1ba4f07d2b4c86fea60ab0178 (patch)
tree8bd82f85ae80fb577b1f532db744d49c4dfa8560 /security/openssh/files/patch-Makefile.inc
parentUpgrade to 20080302 (diff)
- expire port: Long out of date with multiple security issues.
(Don't worry, openssh-portable is still there.)
Notes
Notes: svn path=/head/; revision=208455
Diffstat (limited to 'security/openssh/files/patch-Makefile.inc')
-rw-r--r--security/openssh/files/patch-Makefile.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/security/openssh/files/patch-Makefile.inc b/security/openssh/files/patch-Makefile.inc
deleted file mode 100644
index 825c12debad7..000000000000
--- a/security/openssh/files/patch-Makefile.inc
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.inc.orig Wed Mar 6 01:23:27 2002
-+++ Makefile.inc Wed Jul 24 05:42:52 2002
-@@ -15,12 +15,16 @@
- #CFLAGS+= -DSMARTCARD
- #LDADD+= -lsectok
-
--.include <bsd.obj.mk>
-+AFS?= no
-+KERBEROS?= no
-+KERBEROS5?= no
-+PAM?= no
-+SKEY?= no
-+TCP_WRAPPERS?= yes
-
--.if exists(${.CURDIR}/../lib/${__objdir})
--LDADD+= -L${.CURDIR}/../lib/${__objdir} -lssh
--DPADD+= ${.CURDIR}/../lib/${__objdir}/libssh.a
--.else
-+CFLAGS+= -I${OPENSSLINC} ${INET6FLAGS}
-+
-+.if !defined(IGNORE_LIBSSH)
- LDADD+= -L${.CURDIR}/../lib -lssh
- DPADD+= ${.CURDIR}/../lib/libssh.a
- .endif