mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/evdev
|
|
|
|
KMOD= uinput
|
|
SRCS= uinput.c
|
|
SRCS+= opt_evdev.h
|
|
|
|
.include <bsd.kmod.mk>
|