Module Name: src
Committed By: haad
Date: Mon Oct 5 22:44:26 UTC 2009
Modified Files:
src/external: Makefile
Added Files:
src/external/cddl: Makefile
Log Message:
Add cddl directory to external build framework. build things from osnet dir
only when MKZFS variable is set.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/Makefile
cvs rdiff -u -r0 -r1.1 src/external/cddl/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/Makefile
diff -u src/external/Makefile:1.7 src/external/Makefile:1.8
--- src/external/Makefile:1.7 Tue Sep 29 23:56:27 2009
+++ src/external/Makefile Mon Oct 5 22:44:26 2009
@@ -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>
Added files:
Index: src/external/cddl/Makefile
diff -u /dev/null src/external/cddl/Makefile:1.1
--- /dev/null Mon Oct 5 22:44:26 2009
+++ src/external/cddl/Makefile Mon Oct 5 22:44:26 2009
@@ -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>
+