aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/bcmfw
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-05-11 02:08:10 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-05-11 02:08:10 +0000
commit65e89783a5522903e5bdcb2a936da1bac1626704 (patch)
tree727ed2fe20be2c33fa6d1dee46fbc078d8611a6e /usr.sbin/bluetooth/bcmfw
parentdd31c8607f61b4bf9d9184c0b71e78780e3897a2 (diff)
downloadsrc-65e89783a5522903e5bdcb2a936da1bac1626704.tar.gz
src-65e89783a5522903e5bdcb2a936da1bac1626704.zip
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)
Notes
Notes: svn path=/head/; revision=114898
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 45d1c5f761b2..fc2abca99e34 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>