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)
This commit is contained in:
parent
1de1ba5b89
commit
6cf8aef975
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user