aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2004-04-14 16:06:19 +0000
committerHartmut Brandt <harti@FreeBSD.org>2004-04-14 16:06:19 +0000
commit9de3b3505c3c8fb806714a9d298238300786bdc6 (patch)
tree1abcaf3ec72daf5771e03068b06f9deae8d89da8 /Makefile.inc1
parent4ad8968a7f70d00852203379c6abfff104063024 (diff)
downloadsrc-9de3b3505c3c8fb806714a9d298238300786bdc6.tar.gz
src-9de3b3505c3c8fb806714a9d298238300786bdc6.zip
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.
Notes
Notes: svn path=/head/; revision=128234
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 90719e0da6de..1dc55e1b59db 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -258,7 +258,7 @@ _worldtmp:
.for _dir in \
lib usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \
usr/libexec usr/sbin usr/share/misc \
- usr/share/bsnmp/defs usr/share/bsnmp/mibs
+ usr/share/snmp/defs usr/share/snmp/mibs
mkdir -p ${WORLDTMP}/${_dir}
.endfor
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \