Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.sbin/bluetooth/iwmbtfw/Makefile
105241 views
PACKAGE=	bluetooth
CONFS=		iwmbtfw.conf
CONFSDIR=       /etc/devd
PROG=		iwmbtfw
MAN=		iwmbtfw.8
LIBADD+=	usb
# Not having NDEBUG defined will enable assertions
CFLAGS+=	-DNDEBUG
SRCS=		main.c iwmbt_fw.c iwmbt_hw.c

.include <bsd.prog.mk>