]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/uinput/Makefile
MFV r325013,r325034: 640 number_to_scaled_string is duplicated in several commands
[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>