mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
26 lines
342 B
Makefile
26 lines
342 B
Makefile
# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= \
|
|
bluetooth-config \
|
|
btpand \
|
|
hccontrol \
|
|
hcsecd \
|
|
l2control \
|
|
l2ping \
|
|
rfcomm_pppd \
|
|
sdpcontrol \
|
|
sdpd
|
|
|
|
.if ${MK_USB} != "no"
|
|
SUBDIR+= ath3kfw
|
|
SUBDIR+= bcmfw
|
|
SUBDIR+= bthidcontrol
|
|
SUBDIR+= bthidd
|
|
SUBDIR+= iwmbtfw
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|
|
|