]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/uinput/Makefile
Fix OpenSSL remote denial of service vulnerability.
[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>