Skip to content

Commit afb1d25

Browse files
committed
mk: Fix "malformed conditional" on QNX.
1 parent 7da059a commit afb1d25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mk/bsd.prefs.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: bsd.prefs.mk,v 1.455 2025/02/18 13:06:28 wiz Exp $
1+
# $NetBSD: bsd.prefs.mk,v 1.456 2025/02/22 21:27:07 nia Exp $
22
#
33
# This file includes the mk.conf file, which contains the user settings.
44
#
@@ -315,7 +315,7 @@ NATIVE_OS_VARIANT= Solaris
315315
NATIVE_LOWER_VARIANT_VERSION= ${_UNAME_V}
316316
. endif
317317

318-
.elif ${OPSYS} == "SCO_SV"
318+
.elif ${NATIVE_OPSYS} == "SCO_SV"
319319
SCO_RELEASE!= ${UNAME} -r
320320
SCO_VERSION!= ${UNAME} -v
321321
NATIVE_LOWER_VENDOR?= pc

0 commit comments

Comments
 (0)