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:
julian 2003-05-11 02:08:10 +00:00
parent 1de1ba5b89
commit 6cf8aef975

View File

@ -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>