diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-01-19 02:53:21 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-01-19 02:53:21 +0000 |
commit | 47be594a53ad26fb4242719776b628de7f487004 (patch) | |
tree | 94c1a05a6564300cb4ecf474b04c4865260c5bc7 /security/openssh | |
parent | ab69edba4d018ec6041b65cc11bc7bafdcac37cd (diff) | |
download | ports-47be594a53ad26fb4242719776b628de7f487004.tar.gz ports-47be594a53ad26fb4242719776b628de7f487004.zip |
Notes
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 0da3daf81d94..c70a21ff67c4 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -35,7 +35,7 @@ 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 defined(USE_INET6) -MAKE_ENV+= USET_INET6=yes +MAKE_ENV+= USE_INET6=yes .endif .if ${OSVERSION} < 400014 MAKE_ENV+= COMPAT_GETADDRINFO=yes |