finally in sync with archive
[bcm963xx.git] / userapps / opensource / net-snmp / perl / default_store / README
diff --git a/userapps/opensource/net-snmp/perl/default_store/README b/userapps/opensource/net-snmp/perl/default_store/README
deleted file mode 100755 (executable)
index 680446a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-This module is a wrapper around the net-snmp default store routines.
-See the net-snmp default_store manual page for details.
-
-To install:
-  perl Makefile.PL
-  make
-  make test
-  make install
-
-To compile in the source tree before the net-snmp itself has been installed:
-  perl Makefile.PL -NET-SNMP-CONFIG="sh ../../net-snmp-config" -NET-SNMP-IN-SOURCE=true
-  make
-  make test
-  make install