[Midnightbsd-cvs] src [11757] trunk/etc/defaults/Makefile: conditionally install bluetooth files

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jul 11 09:53:46 EDT 2018


Revision: 11757
          http://svnweb.midnightbsd.org/src/?rev=11757
Author:   laffer1
Date:     2018-07-11 09:53:46 -0400 (Wed, 11 Jul 2018)
Log Message:
-----------
conditionally install bluetooth files

Modified Paths:
--------------
    trunk/etc/defaults/Makefile

Modified: trunk/etc/defaults/Makefile
===================================================================
--- trunk/etc/defaults/Makefile	2018-07-11 13:52:28 UTC (rev 11756)
+++ trunk/etc/defaults/Makefile	2018-07-11 13:53:46 UTC (rev 11757)
@@ -1,7 +1,13 @@
-# $MidnightBSD: src/etc/defaults/Makefile,v 1.2 2006/08/28 01:35:54 laffer1 Exp $
+# $MidnightBSD$
 
-FILES=	bluetooth.device.conf devfs.rules periodic.conf rc.conf
+.include <bsd.own.mk>
+
+FILES=	devfs.rules periodic.conf rc.conf
 NO_OBJ=
 FILESDIR= /etc/defaults
 
+.if ${MK_BLUETOOTH} != "no"
+FILES+=	bluetooth.device.conf
+.endif
+
 .include <bsd.prog.mk>



More information about the Midnightbsd-cvs mailing list