diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2008-03-31 08:52:57 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2008-03-31 08:52:57 +0000 |
commit | 5a3940b6dd636253339b9c1b39da95fbaa8ef025 (patch) | |
tree | 2255617bcf92692076a4fcbdfb16e46474716ee7 /misc/Makefile | |
parent | 7baeadb49c06bb9ed9a3fdac5cdf2fc1dc232a1e (diff) |
usbrh reads temperatures and humidity from sensors of a "USB-RH",
which is connected to a USB port of the computer.
Strawberry Linux Co.,Ltd. USH-RH(Sensirion SHT-11)
WWW: http://www2.strawberry-linux.com/products/usbrh/
Notes
Notes:
svn path=/head/; revision=210213
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3f8bfea08ee2..c5531ad26fbe 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -477,6 +477,7 @@ SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes + SUBDIR += usbrh SUBDIR += utf8locale SUBDIR += utftools SUBDIR += vbidecode |