1# $FreeBSD$ 2 3.PATH: ${SRCTOP}/sys/dev/evdev 4 5KMOD= uinput 6SRCS= uinput.c 7SRCS+= opt_evdev.h 8 9.include <bsd.kmod.mk> 10