summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-04-14 16:06:19 +0000
committerharti <harti@FreeBSD.org>2004-04-14 16:06:19 +0000
commit7d1905e15b6b8dec946154176182a297c231bfd1 (patch)
tree1abcaf3ec72daf5771e03068b06f9deae8d89da8 /usr.sbin/bsnmpd
parentd89ed54a8b91666f1c88cbdb3ae5673d8ddea2b2 (diff)
downloadFreeBSD-src-7d1905e15b6b8dec946154176182a297c231bfd1.zip
FreeBSD-src-7d1905e15b6b8dec946154176182a297c231bfd1.tar.gz
Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to
/usr/share/snmp. This mirrors the use of /usr/local/share/snmp and makes also more sense when non-bsnmp-specific MIBs go in.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bsnmpd/modules/Makefile.inc b/usr.sbin/bsnmpd/modules/Makefile.inc
index 2aa608e..e9203cd 100644
--- a/usr.sbin/bsnmpd/modules/Makefile.inc
+++ b/usr.sbin/bsnmpd/modules/Makefile.inc
@@ -14,12 +14,12 @@ ${MOD}_tree.c ${MOD}_tree.h: ${MOD}_tree.def
.if defined(DEFS)
FILESGROUPS+= DEFS
-DEFSDIR= ${SHAREDIR}/bsnmp/defs
.endif
+DEFSDIR= ${SHAREDIR}/snmp/defs
.if defined(BMIBS)
FILESGROUPS+= BMIBS
-BMIBSDIR= ${SHAREDIR}/bsnmp/mibs
.endif
+BMIBSDIR= ${SHAREDIR}/snmp/mibs
.include "../Makefile.inc"
OpenPOWER on IntegriCloud