cab549c76c
And put in it: - kbdcontrol - vidcontrol - moused - kbdmap Those aren't useful in a jail or for a modern desktop. While here, split the devd.conf part into some new files. Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D38321
13 lines
133 B
Makefile
13 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= console-tools
|
|
PROG= moused
|
|
MAN= moused.8
|
|
|
|
LIBADD= m util
|
|
|
|
#BINMODE=4555
|
|
#PRECIOUSPROG=
|
|
|
|
.include <bsd.prog.mk>
|