mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
12 lines
175 B
Makefile
12 lines
175 B
Makefile
#
|
|
#
|
|
|
|
S= ${SRCTOP}/sys
|
|
|
|
.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>
|