Module Name:    src
Committed By:   darran
Date:           Thu Feb 25 00:14:10 UTC 2010

Modified Files:
        src/external/cddl: Makefile

Log Message:
DTrace: have DTrace build with out requiring MKZFS=yes.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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/cddl/Makefile
diff -u src/external/cddl/Makefile:1.1 src/external/cddl/Makefile:1.2
--- src/external/cddl/Makefile:1.1	Mon Oct  5 22:44:26 2009
+++ src/external/cddl/Makefile	Thu Feb 25 00:14:10 2010
@@ -1,9 +1,9 @@
-#	$NetBSD: Makefile,v 1.1 2009/10/05 22:44:26 haad Exp $
+#	$NetBSD: Makefile,v 1.2 2010/02/25 00:14:10 darran Exp $
 .include <bsd.own.mk>
 
 # We need more modular flag e.g. we can add dtrace to osnet later
 
-.if ( ${MKZFS} != "no")
+.if ( ${MKZFS} != "no" || ${MKDTRACE} != "no" )
 SUBDIR+= osnet
 .endif
 

Reply via email to