mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
meters. The driver is currently not part of the default kernel build. Obtained from: OpenBSD MFC after: 2 weeks
13 lines
193 B
Makefile
13 lines
193 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
S= ${.CURDIR}/../../..
|
|
|
|
.PATH: $S/dev/usb/misc
|
|
|
|
KMOD= ugold
|
|
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h \
|
|
usbdevs.h ugold.c
|
|
|
|
.include <bsd.kmod.mk>
|