summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/netgraph/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index d76a0a9706b8..f0a84211644d 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -37,4 +37,9 @@ SUBDIR= UI \
SUBDIR+= mppc
.endif
+.if ${MACHINE_ARCH} == "i386"
+# Things that don't compile on alpha or are aout specific:
+SUBDIR+= bluetooth
+.endif
+
.include <bsd.subdir.mk>