xref: /freebsd/usr.sbin/bluetooth/iwmbtfw/Makefile (revision c1643cedbf243424370162febf6d9180bdd1df58)
1PACKAGE=	bluetooth
2CONFS=		iwmbtfw.conf
3CONFSDIR=       /etc/devd
4PROG=		iwmbtfw
5MAN=		iwmbtfw.8
6LIBADD+=	usb
7# Not having NDEBUG defined will enable assertions
8CFLAGS+=	-DNDEBUG
9SRCS=		main.c iwmbt_fw.c iwmbt_hw.c
10
11.include <bsd.prog.mk>
12