mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
This tool is used to configure registered backlights. It can incr/decr (default to 10%) or accept a percentage value directly. Reviewed by: manpages (gbe@) Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D26251
6 lines
70 B
Makefile
6 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= backlight
|
|
MAN= backlight.8
|
|
|
|
.include <bsd.prog.mk>
|