Browse Source

Use only our MIBS

Since the system MIBS can have errors we have already fixed, I don't see
any way around this.
Richard Laager 8 years ago
parent
commit
429f181e7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -38,7 +38,7 @@ EXTRA_DIST = $(examples_DATA)
 ../src/docsis:
 	(cd ../src ; $(MAKE) docsis)
 .cfg.bin: ../src/docsis $(srcdir)/keyfile Makefile
-	export MIBDIRS="`net-snmp-config --default-mibdirs`:$(top_srcdir)/mibs:$(top_srcdir)/mibs/iana:$(top_srcdir)/mibs/ietf" ; \
+	export MIBDIRS="$(top_srcdir)/mibs:$(top_srcdir)/mibs/iana:$(top_srcdir)/mibs/ietf" ; \
 		../src/docsis -e $< $(srcdir)/keyfile $@ | \
 		sed -n '/^Final content/,$$p' | grep -v "^Final content" > $@.1.txt ; \
 		../src/docsis -d $@ > $@.2.txt ; \