aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-08-08 21:39:35 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-08-08 21:39:35 +0000
commit76f28f656eb5db81b49d6d89e1d43815aeda3128 (patch)
treebb5d51db89e866c7775c9a4eac874fbc65a70c05 /tests
parent9f2cddd261d09b736893454cb8b7aa0651ac5211 (diff)
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/vm/Makefile2
1 files changed, 1 insertions, 1 deletions
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>