diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-07 12:54:56 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-07 12:54:56 +0000 |
commit | 9567f89a98d7ca5c8a21ad66556c6986ad74671c (patch) | |
tree | 8985c43d706b3443684da0f1655cb888999802a9 /sysutils/Makefile | |
parent | 027b7904506d820f8aca6be6e8cca1200d25b16e (diff) |
New port, heat, which allows you to monitor the thermal aspects
measured by the Winbond chipset on your motherboard. It also
supports the ability to monitor fans, and provides workarounds
for known bugs with certain motherboard models.
PR: 17641
Submitted by: Jeremy Chadwick <yoshi@parodius.com>
Notes
Notes:
svn path=/head/; revision=28332
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 f0bad9872cce..16a5f6b4b919 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -40,6 +40,7 @@ SUBDIR += gtop SUBDIR += guitar SUBDIR += healthd + SUBDIR += heat SUBDIR += idled SUBDIR += ipsc SUBDIR += lavaps |