Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd Descend into kyua-cli when MKKYUA!=no.



details:   https://anonhg.NetBSD.org/src/rev/4c7f62df87f7
branches:  trunk
changeset: 785105:4c7f62df87f7
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat Feb 23 14:18:52 2013 +0000

description:
Descend into kyua-cli when MKKYUA!=no.

diffstat:

 external/bsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0e1320d95526 -r 4c7f62df87f7 external/bsd/Makefile
--- a/external/bsd/Makefile     Sat Feb 23 14:18:36 2013 +0000
+++ b/external/bsd/Makefile     Sat Feb 23 14:18:52 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.37 2013/02/19 06:06:39 jmmv Exp $
+#      $NetBSD: Makefile,v 1.38 2013/02/23 14:18:52 jmmv Exp $
 
 .include <bsd.own.mk>
 
@@ -20,7 +20,7 @@
 SUBDIR+= iscsi 
 .endif
 .if (${MKKYUA} != "no")
-SUBDIR+= lutok kyua-testers
+SUBDIR+= lutok kyua-testers kyua-cli
 .endif
 .if (${MKLDAP} != "no")
 SUBDIR+= openldap



Home | Main Index | Thread Index | Old Index