mirror of
https://github.com/opnsense/src.git
synced 2026-04-06 01:45:12 -04:00
10 lines
119 B
Makefile
10 lines
119 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/evdev
|
||
|
|
|
||
|
|
KMOD= uinput
|
||
|
|
SRCS= uinput.c
|
||
|
|
SRCS+= opt_evdev.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|