2003-05-10 21:44:42 +00:00
|
|
|
# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
|
2002-11-20 23:01:59 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2009-05-27 16:43:40 +00:00
|
|
|
.PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
|
2002-11-20 23:01:59 +00:00
|
|
|
|
2009-05-27 16:43:40 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../../../netgraph/bluetooth/include \
|
|
|
|
-I${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt
|
2003-05-10 21:44:42 +00:00
|
|
|
|
2009-05-27 16:43:40 +00:00
|
|
|
KMOD= ng_ubt
|
|
|
|
SRCS= ng_ubt.c opt_bus.h opt_usb.h device_if.h bus_if.h \
|
|
|
|
usb_if.h usbdevs.h
|
2002-11-20 23:01:59 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|