From a0f139102f52d560485ec7ae555b569437205db6 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Thu, 15 Apr 2004 08:56:06 +0000 Subject: [PATCH] Install the MIBs and the definition file to the new location under /usr/share/snmp. Noted by: bmah --- usr.sbin/bsnmpd/bsnmpd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile index 465a8a8097bd..f172c66e8fbe 100644 --- a/usr.sbin/bsnmpd/bsnmpd/Makefile +++ b/usr.sbin/bsnmpd/bsnmpd/Makefile @@ -19,9 +19,9 @@ NO_WERROR=yes FILESGROUPS= BMIBS DEFS BMIBS= FOKUS-MIB.txt BEGEMOT-MIB.txt BEGEMOT-SNMPD.txt -BMIBSDIR= ${SHAREDIR}/bsnmp/mibs +BMIBSDIR= ${SHAREDIR}/snmp/mibs DEFS= tree.def -DEFSDIR= ${SHAREDIR}/bsnmp/defs +DEFSDIR= ${SHAREDIR}/snmp/defs CFLAGS+= -I${CONTRIB}/lib -I${CONTRIB}/snmpd -I. DPADD= ${LIBISC} ${LIBBSNMP}