freebsd-dev/usr.sbin/bsnmpd/modules/snmp_lm75/Makefile
Luiz Otavio O Souza f74e8e4039 Adds the bsnmp module to export the temperature data from lm75 sensors on
the system.

Together with lm75(4) this module allows easy temperature monitoring over
SNMP, specially for embedded systems.

Manual page reviewed by:        brueffer (D128)
2014-06-01 03:14:03 +00:00

14 lines
190 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
MOD= lm75
SRCS= snmp_lm75.c
XSYM= begemotLm75
MAN= snmp_lm75.3
BMIBS= BEGEMOT-LM75-MIB.txt
DEFS= ${MOD}_tree.def
.include <bsd.snmpmod.mk>