summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ab
blob: 277f63f225b6c1e9d06d6532915f014cabc47f9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- /usr/ports/distfiles/OpenSSH-1.2/src/usr.bin/ssh/Makefile.inc	Mon Oct 25 16:27:26 1999
+++ ./Makefile.inc	Tue Nov 23 19:19:33 1999
@@ -2,10 +2,9 @@
 
 .include <bsd.obj.mk>
 
-.if exists(${.CURDIR}/../lib/${__objdir})
-LDADD+=         -L${.CURDIR}/../lib/${__objdir} -lssh
-DPADD+=         ${.CURDIR}/../lib/${__objdir}/libssh.a
-.else
+AFS?=		no
+KERBEROS?=	no
+SKEY?=		no
+TCP_WRAPPERS?=	yes
 LDADD+=         -L${.CURDIR}/../lib -lssh
 DPADD+=         ${.CURDIR}/../lib/libssh.a
-.endif