Remove 'fasttrap' module for amd64 for now as the code is not there

in sys/cddl/dev/fasttrap.
This commit is contained in:
Bjoern A. Zeeb 2008-05-24 19:52:19 +00:00
parent 079d3bfcfb
commit 835f1f1216

View File

@ -12,8 +12,7 @@ SUBDIR= dtmalloc \
systrace
.if ${MACHINE_ARCH} == "amd64"
SUBDIR+= fasttrap \
fbt
SUBDIR+= fbt
.elif ${MACHINE_ARCH} == "i386"
SUBDIR+= fbt
.endif