diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-01-28 00:42:51 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2004-01-28 00:42:51 +0000 |
| commit | 18d948adb10f2e46e8f7d9a5402dad1796b4d37e (patch) | |
| tree | 3535d202a8f191c52360266fc806758028c850b6 /include/Makefile | |
| parent | 254ae03ba3457721727bfe810a6bb84e9194cd06 (diff) | |
Notes
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Makefile b/include/Makefile index ea5767607a9b..c9168b14e671 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 |
