summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-10-02 18:21:30 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-10-02 18:21:30 +0000
commit9ddaa99d9d8d872a7ee79eb2e52fa1a25f8ea056 (patch)
tree64cab3e048ca3ac1c6cd59dd8f24e7a0fdef32a9 /usr.bin/Makefile
parent675aae732d3dd2ec0f12f39df3a1fbfe693a4ebd (diff)
downloadsrc-test-9ddaa99d9d8d872a7ee79eb2e52fa1a25f8ea056.tar.gz
src-test-9ddaa99d9d8d872a7ee79eb2e52fa1a25f8ea056.zip
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
Notes
Notes: svn path=/head/; revision=366370
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index e579147f9db3f..85ffce06e4968 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -7,6 +7,7 @@ SUBDIR= alias \
apply \
asa \
awk \
+ backlight \
banner \
basename \
brandelf \