diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-11-15 06:18:46 +0000 | 
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-11-15 06:18:46 +0000 | 
| commit | db6ff5ab61a8436971a86ef81271282b77f86454 (patch) | |
| tree | caf95b412957f771c241d74cb4b23366d57345f7 /security/openssh/files/patch-ab | |
| parent | Make the WRKSRC logic smarter. (diff) | |
Enable TCP wrapper support (conditionalized to turn off if tcpd.h is
nonexistant).  Also, add the Makefile hooks for AFS, Kerberos, and S/Key.
Notes
Notes:
    svn path=/head/; revision=23135
Diffstat (limited to 'security/openssh/files/patch-ab')
| -rw-r--r-- | security/openssh/files/patch-ab | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/security/openssh/files/patch-ab b/security/openssh/files/patch-ab index a2a1f00e365b..a65c47f7601c 100644 --- a/security/openssh/files/patch-ab +++ b/security/openssh/files/patch-ab @@ -10,10 +10,10 @@  -LDADD+=         -L${.CURDIR}/../lib/${__objdir} -lssh  -DPADD+=         ${.CURDIR}/../lib/${__objdir}/libssh.a  -.else -+AFS?=		NO -+KERBEROS?=	NO -+SKEY?=		NO -+TCP_WRAPPERS?=	YES ++AFS?=		no ++KERBEROS?=	no ++SKEY?=		no ++TCP_WRAPPERS?=	yes   LDADD+=         -L${.CURDIR}/../lib -lssh   DPADD+=         ${.CURDIR}/../lib/libssh.a  -.endif | 
