]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/uinput/Makefile
MFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a883342cd03d3906a1bc482583
[FreeBSD/FreeBSD.git] / sys / modules / uinput / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/evdev
4
5 KMOD=   uinput
6 SRCS=   uinput.c
7 SRCS+=  opt_evdev.h
8
9 .include <bsd.kmod.mk>