Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/tests/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- src/tests/Makefile 2013/02/25 00:33:19 1.44 +++ src/tests/Makefile 2015/06/22 00:05:23 1.45 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2013/02/25 00:33:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.45 2015/06/22 00:05:23 matt Exp $ .include @@ -9,7 +9,7 @@ TESTSDIR= ${TESTSBASE} TESTS_SUBDIRS= bin dev games include kernel lib libexec net TESTS_SUBDIRS+= sbin sys usr.bin usr.sbin -. if (${MKRUMP} != "no") +. if (${MKRUMP} != "no") && !defined(BSD_MK_COMPAT_FILE) TESTS_SUBDIRS+= fs rump . if ${MKKMOD} != "no"