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