aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/uinput/Makefile
blob: 623151c580a3145a648df9fcaf5e41161c155705 (plain) (blame)
1
2
3
4
5
6
7
8

.PATH: ${SRCTOP}/sys/dev/evdev

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

.include <bsd.kmod.mk>