Module Name: src Committed By: darran Date: Sun Feb 21 01:48:03 UTC 2010
Modified Files: src/share/mk: bsd.own.mk Log Message: Add a MKDTRACE build knob for DTrace, off by default. To generate a diff of this commit: cvs rdiff -u -r1.617 -r1.618 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.617 src/share/mk/bsd.own.mk:1.618 --- src/share/mk/bsd.own.mk:1.617 Thu Feb 11 00:20:50 2010 +++ src/share/mk/bsd.own.mk Sun Feb 21 01:48:03 2010 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.617 2010/02/11 00:20:50 macallan Exp $ +# $NetBSD: bsd.own.mk,v 1.618 2010/02/21 01:48:03 darran Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -717,7 +717,7 @@ # _MKVARS.no= \ MKCRYPTO_IDEA MKCRYPTO_MDC2 MKCRYPTO_RC5 MKDEBUG MKDEBUGLIB \ - MKEXTSRC \ + MKDTRACE MKEXTSRC \ MKMANDOC MKMANZ MKOBJDIRS \ MKPCC MKPCCCMDS \ MKSOFTFLOAT MKSTRIPIDENT \