blob: ff41ec7acf75214c2d685837dc8df879a17d59ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/modules/snmpstats/Makefile
+++ b/modules/snmpstats/Makefile
@@ -14,10 +14,10 @@
DEFS +=-I$(LOCALBASE)/include
BUILDAGENTLIBS =-L$(LOCALBASE)/lib -lnetsnmpmibs -lnetsnmpagent \
-lnetsnmphelpers -lnetsnmp
- INSTALLMIBDIR = $(cfg-prefix)/share/snmp/mibs
+ INSTALLMIBDIR = $(cfg_prefix)/share/snmp/mibs
else
BUILDAGENTLIBS = $(shell net-snmp-config --netsnmp-agent-libs)
- INSTALLMIBDIR = $(cfg-prefix)$(shell net-snmp-config --prefix)/share/snmp/mibs
+ INSTALLMIBDIR = $(cfg_prefix)$(shell net-snmp-config --prefix)/share/snmp/mibs
endif
ifeq ($(EMBEDDED_PERL),1)
|