summaryrefslogtreecommitdiffstats
path: root/sys/modules/dtrace/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-08-24 13:21:05 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-08-24 13:21:05 +0000
commit93070b866313c9d08ab63526856e47819889c964 (patch)
treef2716b7fd12035a32434943f108cd656e6438900 /sys/modules/dtrace/Makefile
parent2aa1a2c1567d3c4be865200e3a6f121cd445e598 (diff)
downloadFreeBSD-src-93070b866313c9d08ab63526856e47819889c964.zip
FreeBSD-src-93070b866313c9d08ab63526856e47819889c964.tar.gz
Enable fasttrap and make dtraceall depend on fasttrap when building i386
or amd64. Sponsored by: The FreeBSD Foundation > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M dtrace/dtraceall/dtraceall.c M dtrace/Makefile
Diffstat (limited to 'sys/modules/dtrace/Makefile')
-rw-r--r--sys/modules/dtrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile
index 75d4a44..02c4766 100644
--- a/sys/modules/dtrace/Makefile
+++ b/sys/modules/dtrace/Makefile
@@ -15,7 +15,7 @@ SUBDIR= dtmalloc \
systrace
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
-SUBDIR+= fbt
+SUBDIR+= fasttrap fbt
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud