]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/uinput/Makefile
Merge llvm, clang, lld and lldb trunk r291274, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / uinput / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/evdev
4
5 KMOD=   uinput
6 SRCS=   uinput.c
7 SRCS+=  opt_evdev.h
8
9 .include <bsd.kmod.mk>