mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
26 lines
339 B
Makefile
26 lines
339 B
Makefile
# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= \
|
|
bt3cfw \
|
|
btpand \
|
|
hccontrol \
|
|
hcsecd \
|
|
hcseriald \
|
|
l2control \
|
|
l2ping \
|
|
rfcomm_pppd \
|
|
sdpcontrol \
|
|
sdpd
|
|
|
|
.if ${MK_USB} != "no"
|
|
SUBDIR+= ath3kfw
|
|
SUBDIR+= bcmfw
|
|
SUBDIR+= bthidcontrol
|
|
SUBDIR+= bthidd
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|
|
|