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.30 retrieving revision 1.30.2.1 diff -u -p -r1.30 -r1.30.2.1 --- src/tests/Makefile 2011/02/24 10:24:23 1.30 +++ src/tests/Makefile 2011/06/23 14:20:38 1.30.2.1 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2011/02/24 10:24:23 pooka Exp $ +# $NetBSD: Makefile,v 1.30.2.1 2011/06/23 14:20:38 cherry Exp $ .include @@ -10,7 +10,7 @@ ATFFILE= yes SUBDIR= crypto dev fs games include ipf kernel lib libexec net SUBDIR+= rump sbin sys syscall toolchain usr.bin usr.sbin util -. if ${MACHINE} != "evbppc" && ${MKKMOD} != "no" +. if ${MKKMOD} != "no" SUBDIR+= modules . endif