diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-05 14:33:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-11-05 14:33:50 +0000 |
commit | 93f99a94bcfa4313be90ca3fed10d623d201ac60 (patch) | |
tree | 5fc04ffc25a8557a0ad97e5d6ad06807e1e3e3b4 /sysutils/Makefile | |
parent | cade10df3e974e17c27ad4db0b64f511d5ba28f2 (diff) |
Battery Monitor is a battery monitor for laptops. It displays the current
status of the battery (charge/discharge and energy level) as well as some
information about the general health of the cell.
WWW: http://www.nongnu.org/gap/batmon/index.html
Notes
Notes:
svn path=/head/; revision=176501
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 b8895bd8390a..4d0a3c834cce 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -40,6 +40,7 @@ SUBDIR += bacula-server SUBDIR += bacula-server-devel SUBDIR += barry + SUBDIR += batmon SUBDIR += battfink SUBDIR += battmond SUBDIR += bbapm |