Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl DTrace: have DTrace build with out requiring M...
details: https://anonhg.NetBSD.org/src/rev/70f64de3fd81
branches: trunk
changeset: 752393:70f64de3fd81
user: darran <darran%NetBSD.org@localhost>
date: Thu Feb 25 00:14:10 2010 +0000
description:
DTrace: have DTrace build with out requiring MKZFS=yes.
diffstat:
external/cddl/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 8f86000bca20 -r 70f64de3fd81 external/cddl/Makefile
--- a/external/cddl/Makefile Wed Feb 24 23:52:49 2010 +0000
+++ b/external/cddl/Makefile Thu Feb 25 00:14:10 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index