aboutsummaryrefslogtreecommitdiffstats
path: root/brctl/Makefile.in
diff options
context:
space:
mode:
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)