1114878Sjulian# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
2107120Sjulian# $FreeBSD$
3107120Sjulian
4192909Sthompsa.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
5107120Sjulian
6192909SthompsaCFLAGS+=	-I${.CURDIR}/../../../../netgraph/bluetooth/include \
7192909Sthompsa		-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
8107120Sjulian
9192909SthompsaKMOD=		ng_ubt
10192909SthompsaSRCS=		ng_ubt.c opt_bus.h opt_usb.h device_if.h bus_if.h \
11192909Sthompsa		usb_if.h usbdevs.h
12107120Sjulian
13107120Sjulian.include <bsd.kmod.mk>
14