From 3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc Mon Sep 17 00:00:00 2001 From: emax Date: Wed, 28 Jan 2004 00:42:51 +0000 Subject: Add NO_BLUETOOTH knob to the build process Requested by: phk Reviewed by: imp (mentor), ru --- sys/modules/netgraph/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/modules/netgraph') 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 -- cgit v1.1