summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-09-10 16:19:58 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-09-10 16:19:58 +0000
commitf721403d777e12a8c93023d67967be4a584bd59e (patch)
treec6fb7a539e502753f6ecf52743f100490e81e513 /share
parentf65b2b217cdfbb291fef1ab91a5f28139b22713c (diff)
downloadFreeBSD-src-f721403d777e12a8c93023d67967be4a584bd59e.zip
FreeBSD-src-f721403d777e12a8c93023d67967be4a584bd59e.tar.gz
Add the DTRACE variable that points to the executable.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'share')
-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 dbd7fa0..fae3f3e 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
OpenPOWER on IntegriCloud