Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 21:39:43 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 76f28f656eb5 - main - tests: Fix build after 8920c5f2
Message-ID:  <202308082139.378LdhO9040292@gitrepo.freebsd.org>

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

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

commit 76f28f656eb5db81b49d6d89e1d43815aeda3128
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-08-08 21:39:35 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-08-08 21:39:35 +0000

    tests: Fix build after 8920c5f2
    
    MFC after:              2 weeks
---
 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 44ffb9ae7d7b..5517bbcbd108 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?202308082139.378LdhO9040292>