diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 00:37:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-04 00:37:43 +0000 |
commit | 85ce16562ba7f3359a4d51d85106eb6607d123de (patch) | |
tree | 5aa26319d564b5a184b13bb460d0a662310aa44e /sysutils/Makefile | |
parent | 1891fd41b9c68300478bece05f50d583a543f69d (diff) |
New port: Toshctl, a command-line tool to access parts of the Toshiba
hardware interface
Toshctl is a command-line tool to allow access to much of
the Toshiba hardware interface developed by Jonathan Buzzard
and Linux toshset by Charles D. Schwieters.
It can do things linke set the LCD brightness, set CPU speed
and set fan speed.
PR: ports/56035
Submitted by: Carl Moberg <carl@servicefactory.se>
Notes
Notes:
svn path=/head/; revision=90184
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 0b7abc1ea24b..cfd3e94d0a15 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -300,6 +300,7 @@ SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += tmpwatch + SUBDIR += toshctl SUBDIR += tree SUBDIR += ttyload SUBDIR += tua |