upstream: REGRESS_FAIL_EARLY defaults to yes now. So no need to
overload the value here anymore. OK tb@ bluhm@ OpenBSD-Regress-ID: f063330f1bebbcd373100afccebc91a965b14496
This commit is contained in:
parent
f01f5137ce
commit
cb54becff4
|
@ -1,6 +1,5 @@
|
|||
# $OpenBSD: Makefile,v 1.12 2020/06/19 04:34:21 djm Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2023/09/24 08:14:13 claudio Exp $
|
||||
|
||||
REGRESS_FAIL_EARLY?= yes
|
||||
SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
|
||||
SUBDIR+=authopt misc sshsig
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# $OpenBSD: Makefile.inc,v 1.14 2019/11/25 10:32:35 djm Exp $
|
||||
|
||||
REGRESS_FAIL_EARLY?= yes
|
||||
# $OpenBSD: Makefile.inc,v 1.15 2023/09/24 08:14:13 claudio Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
.include <bsd.obj.mk>
|
||||
|
|
Loading…
Reference in New Issue