From 1a1e1de6a013577526cb18326ea127c9eb71f4bf Mon Sep 17 00:00:00 2001 From: harti Date: Sat, 24 Jan 2004 20:12:30 +0000 Subject: Rename the MIBS makefile variable to BMIBS so that it does not conflict with the environment variable MIBS that is used by net-snmp. --- usr.sbin/bsnmpd/modules/Makefile.inc | 6 +++--- usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/bsnmpd/modules/Makefile.inc b/usr.sbin/bsnmpd/modules/Makefile.inc index ebeb521..2aa608e 100644 --- a/usr.sbin/bsnmpd/modules/Makefile.inc +++ b/usr.sbin/bsnmpd/modules/Makefile.inc @@ -17,9 +17,9 @@ FILESGROUPS+= DEFS DEFSDIR= ${SHAREDIR}/bsnmp/defs .endif -.if defined(MIBS) -FILESGROUPS+= MIBS -MIBSDIR= ${SHAREDIR}/bsnmp/mibs +.if defined(BMIBS) +FILESGROUPS+= BMIBS +BMIBSDIR= ${SHAREDIR}/bsnmp/mibs .endif .include "../Makefile.inc" diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile b/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile index 6c3cfb4..d032315 100644 --- a/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile +++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/Makefile @@ -9,7 +9,7 @@ SRCS= snmp_netgraph.c XSYM= begemotNg MAN= snmp_netgraph.3 -MIBS= BEGEMOT-NETGRAPH.txt +BMIBS= BEGEMOT-NETGRAPH.txt DEFS= ${MOD}_tree.def INCS= snmp_${MOD}.h -- cgit v1.1