mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 14:50:41 -05:00
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)
14 lines
196 B
Makefile
14 lines
196 B
Makefile
# $Id: Makefile,v 1.3 2003/04/01 02:06:47 max Exp $
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= \
|
|
bt3cfw \
|
|
bcmfw \
|
|
hccontrol \
|
|
hcsecd \
|
|
hcseriald \
|
|
l2control \
|
|
l2ping \
|
|
rfcomm_pppd
|
|
.include <bsd.subdir.mk>
|
|
|