diff options
author | Arnaud Degroote <degroote@NetBSD.org> | 2013-10-06 21:18:53 +0000 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-10-07 19:32:50 +0200 |
commit | c6e9fc84c6a7213b31d9e2790ea36d42ee10e809 (patch) | |
tree | 9d9145bbd3c8c6521937ecfdc62c5f16d722781b /Makefile | |
parent | 32551729e886a7a6bae4cf53cadceb3079c6cac2 (diff) |
Add support for cpu temperature on NetBSD (using envsys(4))
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -47,6 +47,11 @@ CFLAGS+=-I/usr/pkg/include/ LDFLAGS+=-L/usr/pkg/lib/ endif +ifeq ($(OS), NetBSD) +LIBS+= -lprop +endif + + V ?= 0 ifeq ($(V),0) # Don’t print command lines which are run |