git: 76f28f656eb5 - main - tests: Fix build after 8920c5f2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 21:39:43 UTC
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>