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 /usr.bin | |
| parent | 254ae03ba3457721727bfe810a6bb84e9194cd06 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 1d2e3cc45ff1..54df03d0a0c8 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -264,7 +264,9 @@ _usbhidctl= usbhidctl .endif .if ${MACHINE_ARCH} == "i386" +.if !defined(NO_BLUETOOTH) _bluetooth= bluetooth +.endif _doscmd= doscmd _ncplist= ncplist _ncplogin= ncplogin |
