mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
|
|
S= ${SRCTOP}/sys
|
|
|
|
.PATH: $S/dev/usb/input
|
|
|
|
KMOD= wmt
|
|
SRCS= opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h usbdevs.h wmt.c
|
|
|
|
.include <bsd.kmod.mk>
|