From 92ba581c32906e2bfd1ecffdde7da4f10f57bb4b Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Sat, 24 Jan 2004 20:14:03 +0000 Subject: [PATCH] Rename the makefile variable MIBS to BMIBS so that it does not conflict with the environment variable MIBS that is used by net-snmp. --- usr.sbin/bsnmpd/bsnmpd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile index 4bcc00545ff8..86351b029f5b 100644 --- a/usr.sbin/bsnmpd/bsnmpd/Makefile +++ b/usr.sbin/bsnmpd/bsnmpd/Makefile @@ -15,10 +15,10 @@ CLEANFILES= oid.h tree.c tree.h MAN= bsnmpd.1 snmpmod.3 WARNS?= 6 -FILESGROUPS= MIBS DEFS +FILESGROUPS= BMIBS DEFS -MIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt -MIBSDIR= ${SHAREDIR}/bsnmp/mibs +BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt +BMIBSDIR= ${SHAREDIR}/bsnmp/mibs DEFS= tree.def DEFSDIR= ${SHAREDIR}/bsnmp/defs