git: e2ad9b16813d - stable/13 - tests: Fix build after 8920c5f2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 07:33:16 UTC
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>