summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--methods/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods/makefile b/methods/makefile
index 5700caa23..50f44342c 100644
--- a/methods/makefile
+++ b/methods/makefile
@@ -60,7 +60,7 @@ SOURCE = rsh.cc
include $(PROGRAM_H)
# SSH and vzip2 method symlink
-all: $(BIN)/ssh $(BIN)/bzip2
+binary: $(BIN)/ssh $(BIN)/bzip2
veryclean: clean-$(BIN)/ssh clean-$(BIN)/bzip2
$(BIN)/ssh:
echo "Installing ssh method link"