diff options
author | harti <harti@FreeBSD.org> | 2004-01-24 20:12:30 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2004-01-24 20:12:30 +0000 |
commit | 1a1e1de6a013577526cb18326ea127c9eb71f4bf (patch) | |
tree | b92684be5f47f8832b3e933f4ca7290fb87a9563 /lib/libbsnmp | |
parent | 8d604e6b087161c287308f7cda047db4a8e29abc (diff) | |
download | FreeBSD-src-1a1e1de6a013577526cb18326ea127c9eb71f4bf.zip FreeBSD-src-1a1e1de6a013577526cb18326ea127c9eb71f4bf.tar.gz |
Rename the MIBS makefile variable to BMIBS so that it does not conflict
with the environment variable MIBS that is used by net-snmp.
Diffstat (limited to 'lib/libbsnmp')
-rw-r--r-- | lib/libbsnmp/modules/Makefile.inc | 6 | ||||
-rw-r--r-- | lib/libbsnmp/modules/snmp_netgraph/Makefile | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libbsnmp/modules/Makefile.inc b/lib/libbsnmp/modules/Makefile.inc index ebeb521..2aa608e 100644 --- a/lib/libbsnmp/modules/Makefile.inc +++ b/lib/libbsnmp/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/lib/libbsnmp/modules/snmp_netgraph/Makefile b/lib/libbsnmp/modules/snmp_netgraph/Makefile index 6c3cfb4..d032315 100644 --- a/lib/libbsnmp/modules/snmp_netgraph/Makefile +++ b/lib/libbsnmp/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 |