aboutsummaryrefslogtreecommitdiffstats
path: root/brctl/Makefile.in
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-04-01 22:01:19 +0000
committershemminger <shemminger>2004-04-01 22:01:19 +0000
commitd7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae (patch)
tree8f805860becc061f69d11b27887bf21725425914 /brctl/Makefile.in
parent294ee034008c7db57053ebdd4be11cc81c4e511b (diff)
downloadandroid_external_brctl-d7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae.tar.gz
android_external_brctl-d7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae.tar.bz2
android_external_brctl-d7d9d2f105ea6e8ccca2ac163582eb7a4e0bd2ae.zip
Fixes for 0.9.7
- error checking - handle upto 1000's of bridges - -V version - don't initialize bridge till have to.
Diffstat (limited to 'brctl/Makefile.in')
-rw-r--r--brctl/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/brctl/Makefile.in b/brctl/Makefile.in
index d238e5e..23515ef 100644
--- a/brctl/Makefile.in
+++ b/brctl/Makefile.in
@@ -25,7 +25,8 @@ brctld_OBJECTS= $(brctld_SOURCES:.c=.o)
OBJECTS= $(common_OBJECTS) $(brctl_OBJECTS) $(brctld_OBJECTS)
-PROGRAMS= brctl brctld
+# brctld is for debug only, not production use
+PROGRAMS= brctl
all: $(PROGRAMS)