mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $
|
|
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../../../..
|
|
|
|
.PATH: $S/dev/usb/bluetooth
|
|
|
|
KMOD= ng_ubt
|
|
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h \
|
|
ng_ubt.c
|
|
|
|
.include <bsd.kmod.mk>
|