From c6e9fc84c6a7213b31d9e2790ea36d42ee10e809 Mon Sep 17 00:00:00 2001 From: Arnaud Degroote Date: Sun, 6 Oct 2013 21:18:53 +0000 Subject: Add support for cpu temperature on NetBSD (using envsys(4)) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f454fe8..bef469a 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3