From b69094d1195b680dd3d6452bee37a2744b23760c Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 11 May 2003 02:08:10 +0000 Subject: Fix (presently unused) Makefile to not need files not yet checked in. Submitted by: Maksim Yevmenkin Approved by: re@ (part of Bluetooth upgrade) --- usr.sbin/bluetooth/bcmfw/Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'usr.sbin/bluetooth/bcmfw') 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 -.include +#.include -- cgit v1.1