aboutsummaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2010-09-10 16:19:58 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2010-09-10 16:19:58 +0000
commit9a1d11500003d4b4df561d1b3369a127db072fff (patch)
treec6fb7a539e502753f6ecf52743f100490e81e513 /share/mk
parentd3c7b9a08a96d4b6b825881bca54913bc5830881 (diff)
downloadsrc-9a1d11500003d4b4df561d1b3369a127db072fff.tar.gz
src-9a1d11500003d4b4df561d1b3369a127db072fff.zip
Add the DTRACE variable that points to the executable.
Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=212422
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/sys.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index dbd7fa088667..fae3f3e5f50e 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -69,6 +69,7 @@ CTFFLAGS ?= -L VERSION
CTFCONVERT ?= ctfconvert
CTFMERGE ?= ctfmerge
+DTRACE ?= dtrace
.if defined(CFLAGS) && (${CFLAGS:M-g} != "")
CTFFLAGS += -g
.else