summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-01-24 20:14:03 +0000
committerharti <harti@FreeBSD.org>2004-01-24 20:14:03 +0000
commitb848950961a58769ee66023a4d754c9cb43cae21 (patch)
treecd204a55913cca5945336de3aac93ebd3b050799 /usr.sbin
parent1a1e1de6a013577526cb18326ea127c9eb71f4bf (diff)
downloadFreeBSD-src-b848950961a58769ee66023a4d754c9cb43cae21.zip
FreeBSD-src-b848950961a58769ee66023a4d754c9cb43cae21.tar.gz
Rename the makefile variable MIBS to BMIBS so that it does not
conflict with the environment variable MIBS that is used by net-snmp.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index 4bcc005..86351b0 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
OpenPOWER on IntegriCloud