mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
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
7 lines
105 B
Makefile
7 lines
105 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= console-tools
|
|
PROG= vidcontrol
|
|
SRCS= vidcontrol.c decode.c
|
|
|
|
.include <bsd.prog.mk>
|