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 --- include/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/Makefile') diff --git a/include/Makefile b/include/Makefile index ea57676..c9168b1 100644 --- a/include/Makefile +++ b/include/Makefile @@ -40,7 +40,9 @@ LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \ security/mac_lomac security/mac_mls security/mac_partition \ ufs/ffs ufs/ufs +.if !defined(NO_BLUETOOTH) LSUBSUBDIRS= netgraph/bluetooth/include +.endif # Define SHARED to indicate whether you want symbolic links to the system # source (``symlinks''), or a separate copy (``copies''). ``symlinks'' is -- cgit v1.1