for it defaults to a non-empty value; Doug Hogan
-# $OpenBSD: bsd.regress.mk,v 1.12 2013/08/01 20:43:07 kettenis Exp $
+# $OpenBSD: bsd.regress.mk,v 1.13 2014/07/19 18:15:53 miod Exp $
# Documented in bsd.regress.mk(5)
# No man pages for regression tests.
. endif
.endif
-.if defined(REGRESS_SLOW_TARGETS) && !empty(REGRESS_SKIP_SLOW)
+.if defined(REGRESS_SLOW_TARGETS) && ${REGRESS_SKIP_SLOW} != no
REGRESS_SKIP_TARGETS+=${REGRESS_SLOW_TARGETS}
.endif