diff --git a/tests/Makefile b/tests/Makefile index 88709cf42235..49bcdd6880f2 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2011/02/24 10:24:23 pooka Exp $ +# $NetBSD: Makefile,v 1.31 2011/06/15 23:45:45 mrg 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