f74e8e4039
the system. Together with lm75(4) this module allows easy temperature monitoring over SNMP, specially for embedded systems. Manual page reviewed by: brueffer (D128)
14 lines
190 B
Makefile
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>
|