Makefile revision 188943
1# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
2# $FreeBSD: head/sys/modules/netgraph/bluetooth/ubt/Makefile 188943 2009-02-23 18:32:59Z thompsa $
3
4S=	${.CURDIR}/../../../..
5
6.PATH: $S/dev/usb/bluetooth
7
8KMOD=	ng_ubt
9SRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
10	ng_ubt.c
11
12.include <bsd.kmod.mk>
13