Source-Changes-HG archive

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

[src/trunk]: src/external Add cddl directory to external build framework. bui...



details:   https://anonhg.NetBSD.org/src/rev/9771f5acebc0
branches:  trunk
changeset: 747920:9771f5acebc0
user:      haad <haad%NetBSD.org@localhost>
date:      Mon Oct 05 22:44:26 2009 +0000

description:
Add cddl directory to external build framework. build things from osnet dir
only when MKZFS variable is set.

diffstat:

 external/Makefile      |   4 ++--
 external/cddl/Makefile |  11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r e72847972f09 -r 9771f5acebc0 external/Makefile
--- a/external/Makefile Mon Oct 05 22:39:27 2009 +0000
+++ b/external/Makefile Mon Oct 05 22:44:26 2009 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.7 2009/09/29 23:56:27 tsarna Exp $
+#      $NetBSD: Makefile,v 1.8 2009/10/05 22:44:26 haad Exp $
 
 SUBDIR+= lib .WAIT
 
-SUBDIR+= apache2 bsd intel-fw-eula intel-fw-public gpl2 gpl3 ibm-public intel-public
+SUBDIR+= apache2 bsd intel-fw-eula intel-fw-public gpl2 gpl3 ibm-public intel-public cddl
 
 .include <bsd.subdir.mk>
diff -r e72847972f09 -r 9771f5acebc0 external/cddl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/cddl/Makefile    Mon Oct 05 22:44:26 2009 +0000
@@ -0,0 +1,11 @@
+#      $NetBSD: Makefile,v 1.1 2009/10/05 22:44:26 haad Exp $
+.include <bsd.own.mk>
+
+# We need more modular flag e.g. we can add dtrace to osnet later
+
+.if ( ${MKZFS} != "no")
+SUBDIR+= osnet
+.endif
+
+.include <bsd.subdir.mk>
+



Home | Main Index | Thread Index | Old Index