xref: /freebsd/sys/modules/netgraph/bluetooth/ubt/Makefile (revision 7d0d268b8a67f28ccefdd0b8ce6fb38acac78d80)
1# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
2# $FreeBSD$
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