From 0683a5dd33efd846471dae8b3aa63981c3916d91 Mon Sep 17 00:00:00 2001 From: bz Date: Sat, 24 May 2008 19:52:19 +0000 Subject: Remove 'fasttrap' module for amd64 for now as the code is not there in sys/cddl/dev/fasttrap. --- sys/modules/dtrace/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/dtrace/Makefile b/sys/modules/dtrace/Makefile index a9f335f..7dbafb7 100644 --- a/sys/modules/dtrace/Makefile +++ b/sys/modules/dtrace/Makefile @@ -12,8 +12,7 @@ SUBDIR= dtmalloc \ systrace .if ${MACHINE_ARCH} == "amd64" -SUBDIR+= fasttrap \ - fbt +SUBDIR+= fbt .elif ${MACHINE_ARCH} == "i386" SUBDIR+= fbt .endif -- cgit v1.1