[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/tests/Makefile between version 1.9.8.1 and 1.10

version 1.9.8.1, 2009/08/26 04:02:14 version 1.10, 2008/12/08 12:39:04
Line 2 
Line 2 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= fs games modules util  SUBDIR= fs games net util
   
   .if ${MACHINE} != "evbppc"
   SUBDIR+= modules
   .endif
   
 .if ${MKATF} != "no"  .if ${MKATF} != "no"
 SUBDIR+= atf net  SUBDIR+= atf
 .endif  .endif
   
 TESTSDIR=       ${TESTSBASE}  TESTSDIR=       ${TESTSBASE}

Legend:
Removed from v.1.9.8.1  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>