imap-uw: Use OPSYS_VERSION.
OS_VERSION does not support arithmetic expressions.
This commit is contained in:
parent
8ac1527b09
commit
eb78df33e9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.151 2021/10/21 07:46:35 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.152 2021/11/29 16:19:01 jperkin Exp $
|
||||
#
|
||||
# ATTENTION:
|
||||
# The Kerberos support in this software is known to be problematic. If you
|
||||
|
@ -54,7 +54,7 @@ BUILD_TARGET.Darwin= osx
|
|||
. endif
|
||||
.endif
|
||||
.if ${OPSYS} == "IRIX"
|
||||
. if ${OS_VERSION} >= 6.5
|
||||
. if ${OPSYS_VERSION} >= 060500
|
||||
BUILD_TARGET.IRIX= sg6
|
||||
. else
|
||||
BUILD_TARGET.IRIX= sgi
|
||||
|
|
Loading…
Reference in a new issue