summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
committeremax <emax@FreeBSD.org>2004-01-28 00:42:51 +0000
commit3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc (patch)
tree3535d202a8f191c52360266fc806758028c850b6 /sys/modules/netgraph
parent6b5c75aa8744a2536fac713aef2f4c0a8bc096e9 (diff)
downloadFreeBSD-src-3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc.zip
FreeBSD-src-3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc.tar.gz
Add NO_BLUETOOTH knob to the build process
Requested by: phk Reviewed by: imp (mentor), ru
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 12dbe0d..6dba941 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>
OpenPOWER on IntegriCloud