www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / Makefile.in
diff --git a/userapps/opensource/net-snmp/agent/mibgroup/Makefile.in b/userapps/opensource/net-snmp/agent/mibgroup/Makefile.in
deleted file mode 100644 (file)
index 71d2ca4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-top_builddir=../..
-
-CPPFLAGS=-I../../include -I$(top_srcdir)/include \
-       -I. -I../.. -I$(srcdir) -I$(srcdir)/../.. \
-       -I$(srcdir)/../../snmplib -I$(srcdir)/.. -I.. @CPPFLAGS@ $(LIB_CFLAGS)
-
-# Need a special .c -> .o definition here to make sure we place the
-# object files in the sub directory.
-
-.c.o:
-       $(CC) -c $(CPPFLAGS) $(CFLAGS) -o $@ $<
-
-OBJS = @module_list_o@
-LOBJS = @module_list_lo@
-SRCS = @module_list_c@
-
-all: standardall $(LOBJS)
-