aboutsummaryrefslogtreecommitdiff
path: root/share/dtrace
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2015-06-11 04:22:17 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2015-06-11 04:22:17 +0000
commit5b381db8cc67dd85695c49a85893ac7a5a612f42 (patch)
treea28fa550392e329e06cecf28e58a8004b5c0ea5f /share/dtrace
parent128a410505f03ab889e69e25f7e212f8d6e21bc7 (diff)
downloadsrc-5b381db8cc67dd85695c49a85893ac7a5a612f42.tar.gz
src-5b381db8cc67dd85695c49a85893ac7a5a612f42.zip
Remove NO_OBJ
For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
Notes
Notes: svn path=/head/; revision=284255
Diffstat (limited to 'share/dtrace')
-rw-r--r--share/dtrace/toolkit/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/dtrace/toolkit/Makefile b/share/dtrace/toolkit/Makefile
index 663cc98140ff..367b95ece32a 100644
--- a/share/dtrace/toolkit/Makefile
+++ b/share/dtrace/toolkit/Makefile
@@ -12,6 +12,4 @@ SCRIPTS= ${DTRACETOOLKIT}/execsnoop \
SCRIPTSDIR= ${SHAREDIR}/dtrace/toolkit
-NO_OBJ=
-
.include <bsd.prog.mk>