From ff51f86e8c5063c6a30feb6ce8d47377f977b4c0 Mon Sep 17 00:00:00 2001 From: Munechika SUMIKAWA Date: Tue, 1 Feb 2000 17:04:02 +0000 Subject: the condition for USE_INET6 setting was opposite. --- security/openssh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 0ce5d13afd4d..025fb7566ffc 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -36,8 +36,9 @@ CRYPTOLIBS+= -lRSAglue -lrsaref # Here, MANDIR is concetenated to DESTDIR which all forms the man install dir... MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}" .if ${OSVERSION} < 400014 -MAKE_ENV+= USE_INET6=yes MAKE_ENV+= COMPAT_GETADDRINFO=yes +.else +MAKE_ENV+= USE_INET6=yes .endif .if !exists(/usr/include/tcpd.h) MAKE_ENV+= TCP_WRAPPERS=no -- cgit v1.2.3