opnsense-src/sys/modules/uinput/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
104 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/dev/evdev
KMOD= uinput
SRCS= uinput.c
SRCS+= opt_evdev.h
.include <bsd.kmod.mk>