finally in sync with archive
[bcm963xx.git] / userapps / opensource / net-snmp / ov / Makefile.in
diff --git a/userapps/opensource/net-snmp/ov/Makefile.in b/userapps/opensource/net-snmp/ov/Makefile.in
deleted file mode 100755 (executable)
index ee8c37e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-TARG = oid_to_type oid_to_sym
-
-all: $(TARG)
-
-oid_to_type: oid_to_type.in ../sedscript
-       $(SED) -f ../sedscript $(srcdir)/oid_to_type.in > oid_to_type
-
-oid_to_sym: oid_to_sym.in ../sedscript
-       $(SED) -f ../sedscript $(srcdir)/oid_to_sym.in > oid_to_sym
-
-clean:
-       rm -f $(TARG)
-
-install:
-