1# $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile 192909 2009-05-27 16:43:40Z thompsa $
3
4KMOD=		ubtbcmfw
5SRCS=		ubtbcmfw.c opt_bus.h opt_usb.h device_if.h bus_if.h \
6		usb_if.h usbdevs.h
7
8.include <bsd.kmod.mk>
9