aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2002-11-21 00:40:11 +0000
committerJulian Elischer <julian@FreeBSD.org>2002-11-21 00:40:11 +0000
commit075c3f0781b32e7b28c5cd4bca725b0eba7a1836 (patch)
treeeb5da87a14511a7ac575e71cc53cbfbf101945f9 /sys/modules/netgraph
parent8f5271e78a8bbb89723b5eaff676b05950e4d3c6 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-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>