浏览代码

snmpstats fix typo in Makefile.

Olle E. Johansson 12 年之前
父节点
当前提交
bddf66407e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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