Browse Source

snmpstats fix typo in Makefile.

Olle E. Johansson 12 years ago
parent
commit
bddf66407e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/snmpstats/Makefile

+ 1 - 1
modules/snmpstats/Makefile

@@ -15,7 +15,7 @@ else
 	INSTALLMIBDIR = $(cfg-prefix)$(shell net-snmp-config --prefix)/share/snmp/mibs
 endif 
 
-ifeq($(EMBEDDED_PERL),1)
+ifeq ($(EMBEDDED_PERL),1)
 #
 # Enable this part if you compile on Centos 5 or another system that has a
 # packaged snmpd with embedded perl and libwrap support