summaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-17 03:41:23 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-17 03:41:23 +0000
commit0acfb04bcec4a3b827e406b51c0dcff42fc38108 (patch)
tree30062e639247008da7274aa282dce4588604780f /usr.sbin/bsnmpd
parentc6bd67d9d0de53128736170f1c76d1bbaa8f5e64 (diff)
downloadsrc-test2-0acfb04bcec4a3b827e406b51c0dcff42fc38108.tar.gz
src-test2-0acfb04bcec4a3b827e406b51c0dcff42fc38108.zip
Notes
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hostres/Makefile5
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_mibII/Makefile5
2 files changed, 0 insertions, 10 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile b/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
index 0895f56de929..7166a4e41eb4 100644
--- a/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
+++ b/usr.sbin/bsnmpd/modules/snmp_hostres/Makefile
@@ -75,8 +75,3 @@ LIBADD= kvm devinfo m geom memstat
printcap.pico: printcap.c
${CC} ${PICFLAG} -DPIC ${CFLAGS:C/^-W.*//} -c ${.IMPSRC} -o ${.TARGET}
-
-smilint: .PHONY
-smilint: ${BMIBS}
- env SMIPATH=.:/usr/share/snmp/mibs:/usr/local/share/snmp/mibs \
- smilint -c /dev/null -l6 -i group-membership ${.ALLSRC}
diff --git a/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile b/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile
index 6362c0b7cf6d..22be4123110b 100644
--- a/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile
+++ b/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile
@@ -21,8 +21,3 @@ INCS= snmp_${MOD}.h
BMIBS= BEGEMOT-IP-MIB.txt BEGEMOT-MIB2-MIB.txt
.include <bsd.snmpmod.mk>
-
-smilint: .PHONY
-smilint: ${BMIBS}
- env SMIPATH=/usr/share/snmp/mibs:/usr/local/share/snmp/mibs \
- smilint -c /dev/null -l6 -i group-membership ${.ALLSRC}