[Midnightbsd-cvs] src [11279] trunk/usr.sbin/bluetooth/Makefile: conditionalize usb items
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jul 3 21:08:03 EDT 2018
Revision: 11279
http://svnweb.midnightbsd.org/src/?rev=11279
Author: laffer1
Date: 2018-07-03 21:08:02 -0400 (Tue, 03 Jul 2018)
Log Message:
-----------
conditionalize usb items
Modified Paths:
--------------
trunk/usr.sbin/bluetooth/Makefile
Modified: trunk/usr.sbin/bluetooth/Makefile
===================================================================
--- trunk/usr.sbin/bluetooth/Makefile 2018-07-04 01:06:57 UTC (rev 11278)
+++ trunk/usr.sbin/bluetooth/Makefile 2018-07-04 01:08:02 UTC (rev 11279)
@@ -1,12 +1,11 @@
-# $Id: Makefile,v 1.3 2013-01-01 17:41:47 laffer1 Exp $
# $MidnightBSD$
+# $Id: Makefile,v 1.5 2003/09/08 02:28:35 max Exp $
+# $FreeBSD: stable/10/usr.sbin/bluetooth/Makefile 282835 2015-05-13 10:07:50Z ngie $
+.include <bsd.own.mk>
+
SUBDIR= \
- ath3kfw \
- bcmfw \
bt3cfw \
- bthidcontrol \
- bthidd \
btpand \
hccontrol \
hcsecd \
@@ -17,5 +16,12 @@
sdpcontrol \
sdpd
+.if ${MK_USB} != "no"
+SUBDIR+= ath3kfw
+SUBDIR+= bcmfw
+SUBDIR+= bthidcontrol
+SUBDIR+= bthidd
+.endif
+
.include <bsd.subdir.mk>
More information about the Midnightbsd-cvs
mailing list