freebsd-dev/usr.bin/backlight/Makefile
Emmanuel Vadot 9ddaa99d9d Add backlight(8)
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
2020-10-02 18:21:30 +00:00

7 lines
70 B
Makefile

# $FreeBSD$
PROG= backlight
MAN= backlight.8
.include <bsd.prog.mk>