freebsd-dev/usr.sbin/vidcontrol/Makefile
Emmanuel Vadot cab549c76c pkgbase: Create a FreeBSD-console-tools package
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
2023-02-08 08:52:40 +01:00

8 lines
105 B
Makefile

# $FreeBSD$
PACKAGE= console-tools
PROG= vidcontrol
SRCS= vidcontrol.c decode.c
.include <bsd.prog.mk>