# $Id: Makefile 1073 2021-06-27 05:01:23Z $ # $FreeBSD: releng/12.1/sys/modules/netgraph/bluetooth/ubt/Makefile 352101 2019-09-09 18:50:38Z wulf $ # $BSDSUniX $ .PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \ -I${SRCTOP}/sys/netgraph/bluetooth/drivers/ubt KMOD= ng_ubt SRCS= ng_ubt.c ng_ubt_intel.c opt_bus.h opt_usb.h device_if.h \ bus_if.h usb_if.h usbdevs.h .include