freebsd-dev/usr.sbin/bluetooth/bcmfw/Makefile
Julian Elischer 65e89783a5 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)
2003-05-11 02:08:10 +00:00

24 lines
527 B
Makefile

# $Id: Makefile,v 1.2 2003/04/27 00:44:54 max Exp $
# $FreeBSD$
DESTDIR= /usr/sbin/
MANDIR= ../share/man/man
PROG= bcmfw
MAN8= bcmfw.8
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
#
.include <bsd.prog.mk>
#.include <bsd.files.mk>