aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
commit18d948adb10f2e46e8f7d9a5402dad1796b4d37e (patch)
tree3535d202a8f191c52360266fc806758028c850b6 /sys/modules/netgraph
parent254ae03ba3457721727bfe810a6bb84e9194cd06 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index 12dbe0dcd909..6dba941f6c40 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -43,7 +43,9 @@ _mppc= mppc
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
+.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif
+.endif
.include <bsd.subdir.mk>