summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2002-11-21 00:40:11 +0000
committerjulian <julian@FreeBSD.org>2002-11-21 00:40:11 +0000
commit8fd30b58c6c738e9fb184bb33bf58c140f0fac3a (patch)
treeeb5da87a14511a7ac575e71cc53cbfbf101945f9 /sys
parentd63b770ca826f592a93b61cf89acc107f9bf9f1d (diff)
downloadFreeBSD-src-8fd30b58c6c738e9fb184bb33bf58c140f0fac3a.zip
FreeBSD-src-8fd30b58c6c738e9fb184bb33bf58c140f0fac3a.tar.gz
Make the bluetooth modules
Approved by: re
Diffstat (limited to 'sys')
-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 d76a0a9..f0a8421 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>
OpenPOWER on IntegriCloud