svn commit: r212422 - head/share/mk

Rui Paulo rpaulo at FreeBSD.org
Fri Sep 10 16:19:58 UTC 2010


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


More information about the svn-src-head mailing list