Module Name:    src
Committed By:   jmmv
Date:           Sat Feb 15 22:32:26 UTC 2014

Modified Files:
        src/external/bsd/atf/tests/atf/tools: Makefile

Log Message:
Obviously, we want ATFFILE and KYUAFILE to be set to yes...


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/atf/tests/atf/tools/Makefile

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

Modified files:

Index: src/external/bsd/atf/tests/atf/tools/Makefile
diff -u src/external/bsd/atf/tests/atf/tools/Makefile:1.6 src/external/bsd/atf/tests/atf/tools/Makefile:1.7
--- src/external/bsd/atf/tests/atf/tools/Makefile:1.6	Sat Feb 15 19:33:54 2014
+++ src/external/bsd/atf/tests/atf/tools/Makefile	Sat Feb 15 22:32:26 2014
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.6 2014/02/15 19:33:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2014/02/15 22:32:26 jmmv Exp $
 
 USE_ATF_LIBTOOLS=	yes
 
 .include <bsd.init.mk>
 
 TESTSDIR=	${TESTSBASE}/atf/tools
-ATFFILE=	no
-KYUAFILE=	no
+ATFFILE=	yes
+KYUAFILE=	yes
 
 .PATH:		${SRCDIR}/tools
 

Reply via email to