aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uinput/Makefile
blob: 66ade2a5bb33d6f68021f8c732d7e4dc2cd1f2db (plain) (blame)
1
2
3
4
5
6
7
.PATH: ${SRCTOP}/sys/dev/evdev

KMOD=	uinput
SRCS=	uinput.c
SRCS+=	opt_evdev.h

.include <bsd.kmod.mk>