]> git.saurik.com Git - apt.git/blobdiff - methods/makefile
Join with aliencode
[apt.git] / methods / makefile
index e8eaec2301410c5ab061a4778d5b58d75b7b6e9d..dfab23ab2a88f3dc064323e5ec2eba8a4ac64088 100644 (file)
@@ -47,3 +47,19 @@ SLIBS = -lapt-pkg $(SOCKETLIBS)
 LIB_MAKES = apt-pkg/makefile
 SOURCE = ftp.cc rfc2553emu.cc connect.cc
 include $(PROGRAM_H)
+
+# The rsh method
+PROGRAM=rsh
+SLIBS = -lapt-pkg
+LIB_MAKES = apt-pkg/makefile
+SOURCE = rsh.cc
+include $(PROGRAM_H)
+
+# SSH method symlink
+all: $(BIN)/ssh
+veryclean: clean-$(BIN)/ssh    
+$(BIN)/ssh:
+       echo "Installing ssh method link"
+       ln -fs rsh $(BIN)/ssh
+clean-$(BIN)/ssh:
+       rm $(BIN)/ssh