summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-01-25 22:12:09 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2000-01-25 22:12:09 +0000
commit857a5228655d26f44de413ae8f4495246b1777d3 (patch)
tree27da9e4c901fe4f8d80b6d6aad084e31fa63740c /security
parent- use ${OSVERSION} instead of ${USE_INET6} (diff)
Use ${OSVERSION} instead of ${USE_INET6}.
Notes
Notes: svn path=/head/; revision=25075
Diffstat (limited to 'security')
-rw-r--r--security/openssh/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index c70a21ff67c4..39acf1ca7a08 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -34,10 +34,8 @@ CRYPTOLIBS+= -lRSAglue -lrsaref
.endif
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
-.if defined(USE_INET6)
-MAKE_ENV+= USE_INET6=yes
-.endif
.if ${OSVERSION} < 400014
+MAKE_ENV+= USET_INET6=yes
MAKE_ENV+= COMPAT_GETADDRINFO=yes
.endif
.if !exists(/usr/include/tcpd.h)