Module Name: src
Committed By: martin
Date: Fri Oct 1 18:18:32 UTC 2021
Modified Files:
src/tests/kernel: Makefile
Log Message:
t_simplehook requires RUMP
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/tests/kernel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/kernel/Makefile
diff -u src/tests/kernel/Makefile:1.69 src/tests/kernel/Makefile:1.70
--- src/tests/kernel/Makefile:1.69 Thu Sep 30 02:00:20 2021
+++ src/tests/kernel/Makefile Fri Oct 1 18:18:32 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2021/09/30 02:00:20 yamaguchi Exp $
+# $NetBSD: Makefile,v 1.70 2021/10/01 18:18:32 martin Exp $
NOMAN= # defined
@@ -32,7 +32,9 @@ TESTS_SH+= t_origin
TESTS_SH+= t_procpath
TESTS_SH+= t_fexecve
TESTS_SH+= t_fpufork
+.if ${MKRUMP} != "no"
TESTS_SH+= t_simplehook
+.endif
BINDIR= ${TESTSDIR}
PROGS= h_fexecve