diff options
author | julian <julian@FreeBSD.org> | 2003-05-11 02:11:50 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2003-05-11 02:11:50 +0000 |
commit | 21b8e2eab6e0975bb7c87653428421958c28c8e1 (patch) | |
tree | 4795f9bef862636b8bb35b08f91b3f94ef104e69 /usr.sbin/bluetooth | |
parent | b69094d1195b680dd3d6452bee37a2744b23760c (diff) | |
download | FreeBSD-src-21b8e2eab6e0975bb7c87653428421958c28c8e1.zip FreeBSD-src-21b8e2eab6e0975bb7c87653428421958c28c8e1.tar.gz |
Re-enable the broadcom firmware utility now that the Makefile in that subdir
has been fixed to not need the missing files.
The firmware files themselves still now need to be fetched from the internet.
The README there gives the location.
Approved by: re@ (part of bluetooth upgrade)
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r-- | usr.sbin/bluetooth/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/Makefile b/usr.sbin/bluetooth/Makefile index ba78320..32e1806 100644 --- a/usr.sbin/bluetooth/Makefile +++ b/usr.sbin/bluetooth/Makefile @@ -3,14 +3,12 @@ SUBDIR= \ bt3cfw \ + bcmfw \ hccontrol \ hcsecd \ hcseriald \ l2control \ l2ping \ rfcomm_pppd -# Add this when the legal question is answered -# bcmfw \ -# .include <bsd.subdir.mk> |