summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bcmfw
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2003-05-11 02:08:10 +0000
committerjulian <julian@FreeBSD.org>2003-05-11 02:08:10 +0000
commitb69094d1195b680dd3d6452bee37a2744b23760c (patch)
tree727ed2fe20be2c33fa6d1dee46fbc078d8611a6e /usr.sbin/bluetooth/bcmfw
parent401cae2acb2bf79483560a79643ce259eab335ab (diff)
downloadFreeBSD-src-b69094d1195b680dd3d6452bee37a2744b23760c.zip
FreeBSD-src-b69094d1195b680dd3d6452bee37a2744b23760c.tar.gz
Fix (presently unused) Makefile to not need files not yet checked in.
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@ (part of Bluetooth upgrade)
Diffstat (limited to 'usr.sbin/bluetooth/bcmfw')
-rw-r--r--usr.sbin/bluetooth/bcmfw/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/bluetooth/bcmfw/Makefile b/usr.sbin/bluetooth/bcmfw/Makefile
index 45d1c5f..fc2abca 100644
--- a/usr.sbin/bluetooth/bcmfw/Makefile
+++ b/usr.sbin/bluetooth/bcmfw/Makefile
@@ -9,15 +9,15 @@ WARNS?= 2
CFLAGS+= -g -I${.CURDIR}/../../../sys/netgraph/bluetooth/include
SRCS= bcmfw.c
-FILESDIR= ../local/etc/
-FILES+= BCM2033-FW.bin BCM2033-MD.hex
-CLEANFILES+= BCM2033-FW.bin BCM2033-MD.hex
-
-BCM2033-FW.bin: BCM2033-FW.bin.uue
- uudecode BCM2033-FW.bin.uue
-
-BCM2033-MD.hex: BCM2033-MD.hex.uue
- uudecode BCM2033-MD.hex.uue
-
+#FILESDIR= ../local/etc/
+#FILES+= BCM2033-FW.bin BCM2033-MD.hex
+#CLEANFILES+= BCM2033-FW.bin BCM2033-MD.hex
+#
+#BCM2033-FW.bin: BCM2033-FW.bin.uue
+# uudecode BCM2033-FW.bin.uue
+#
+#BCM2033-MD.hex: BCM2033-MD.hex.uue
+# uudecode BCM2033-MD.hex.uue
+#
.include <bsd.prog.mk>
-.include <bsd.files.mk>
+#.include <bsd.files.mk>
OpenPOWER on IntegriCloud