Module Name:    src
Committed By:   matt
Date:           Wed Aug 26 04:02:14 UTC 2009

Modified Files:
        src/tests [matt-nb5-mips64]: Makefile

Log Message:
Don't build net test when MKATF is no


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.9.8.1 src/tests/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/Makefile
diff -u src/tests/Makefile:1.9 src/tests/Makefile:1.9.8.1
--- src/tests/Makefile:1.9	Sat Aug 16 23:51:51 2008
+++ src/tests/Makefile	Wed Aug 26 04:02:14 2009
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2008/08/16 23:51:51 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.9.8.1 2009/08/26 04:02:14 matt Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR=	fs games modules net util
+SUBDIR=	fs games modules util
 
 .if ${MKATF} != "no"
-SUBDIR+= atf
+SUBDIR+= atf net 
 .endif
 
 TESTSDIR=	${TESTSBASE}

Reply via email to