4fb9fa1d37
found in many laptops. Reviewed by: hps, gonzo, bcr (manpages) Approved by: gonzo (mentor) Differential Revision: https://reviews.freebsd.org/D12017
11 lines
166 B
Makefile
11 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|