mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
170 B
Makefile
10 lines
170 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/evdev
|
||
|
|
|
||
|
|
KMOD= evdev
|
||
|
|
SRCS= cdev.c evdev.c evdev_mt.c evdev_utils.c
|
||
|
|
SRCS+= opt_evdev.h bus_if.h device_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|