diff options
author | emax <emax@FreeBSD.org> | 2004-01-28 00:42:51 +0000 |
---|---|---|
committer | emax <emax@FreeBSD.org> | 2004-01-28 00:42:51 +0000 |
commit | 3f0b112d3c6b53e15a963aa29f36cc0fb2a855fc (patch) | |
tree | 3535d202a8f191c52360266fc806758028c850b6 /include | |
parent | 6b5c75aa8744a2536fac713aef2f4c0a8bc096e9 (diff) | |
download | FreeBSD-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 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |