Author: rpaulo
Date: Fri Sep 10 16:19:58 2010
New Revision: 212422
URL: http://svn.freebsd.org/changeset/base/212422
Log:
Add the DTRACE variable that points to the executable.
Sponsored by: The FreeBSD Foundation
Modified:
head/share/mk/sys.mk
Modified: head/share/mk/sys.mk
==============================================================================
--- head/share/mk/sys.mk Fri Sep 10 15:33:26 2010 (r212421)
+++ head/share/mk/sys.mk Fri Sep 10 16:19:58 2010 (r212422)
@@ -69,6 +69,7 @@ CTFFLAGS ?= -L VERSION
CTFCONVERT ?= ctfconvert
CTFMERGE ?= ctfmerge
+DTRACE ?= dtrace
.if defined(CFLAGS) && (${CFLAGS:M-g} != "")
CTFFLAGS += -g
.else
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"