summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2010-11-29 17:36:06 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2010-11-29 17:36:06 -0800
commit9e5864d615b80c55367fcea8d419a28e557979ef (patch)
tree4da3e93051965662b63baccde009ba8599083c92 /Makefile.am
parent47783a51d51a6f07c743a28f0ebe50a05a5c1002 (diff)
downloadvyatta-cfg-9e5864d615b80c55367fcea8d419a28e557979ef.tar.gz
vyatta-cfg-9e5864d615b80c55367fcea8d419a28e557979ef.zip
disable activate/deactivate for mendocino as discussed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 17567f9..41baca7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,8 +120,6 @@ install-exec-hook:
cd $(DESTDIR)$(sbindir); \
$(LN_S) my_cli_bin my_set; \
$(LN_S) my_cli_bin my_delete; \
- $(LN_S) my_cli_bin my_activate; \
- $(LN_S) my_cli_bin my_deactivate; \
$(LN_S) my_cli_bin my_rename; \
$(LN_S) my_cli_bin my_copy; \
$(LN_S) my_cli_bin my_comment; \