Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2023 07:33:16 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e2ad9b16813d - stable/13 - tests: Fix build after 8920c5f2
Message-ID:  <202308270733.37R7XGgo096056@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=e2ad9b16813dbc269c08cc46380433fa760a7940

commit e2ad9b16813dbc269c08cc46380433fa760a7940
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-08-08 21:39:35 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-27 07:32:14 +0000

    tests: Fix build after 8920c5f2
    
    MFC after:              2 weeks
    
    (cherry picked from commit 76f28f656eb5db81b49d6d89e1d43815aeda3128)
---
 tests/sys/vm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/vm/Makefile b/tests/sys/vm/Makefile
index 98e233ce4370..b8412079ddb0 100644
--- a/tests/sys/vm/Makefile
+++ b/tests/sys/vm/Makefile
@@ -20,6 +20,6 @@ PROGS+=		mmap_map_32bit_helper
 SUBDIR=		soxstack
 TESTS_SUBDIRS+=	stack
 
-SUBDIR_DEPENDS_stack=soxstack
+SUBDIR_DEPEND_stack=soxstack
 
 .include <bsd.test.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308270733.37R7XGgo096056>