diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-05 00:49:03 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-05 00:49:03 +1100 |
commit | f4d4654a422220bf32cc9339ca45dfbbf043d642 (patch) | |
tree | d8434457bfe2fc861da4e8a91b1fd1cfeab90533 | |
parent | b6e773acc9f27118b215a892ba704123a6df7b72 (diff) |
More makefile.in stuff for sftp
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 142aed20e..412441b0e 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.145 2001/02/04 12:27:00 djm Exp $ | 1 | # $Id: Makefile.in,v 1.146 2001/02/04 13:49:03 djm Exp $ |
2 | 2 | ||
3 | prefix=@prefix@ | 3 | prefix=@prefix@ |
4 | exec_prefix=@exec_prefix@ | 4 | exec_prefix=@exec_prefix@ |
@@ -163,7 +163,7 @@ install-files: | |||
163 | $(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan | 163 | $(INSTALL) -m 0775 -s ssh-keyscan $(DESTDIR)$(bindir)/ssh-keyscan |
164 | $(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd | 164 | $(INSTALL) -m 0755 -s sshd $(DESTDIR)$(sbindir)/sshd |
165 | @NO_SFTP@$$(INSTALL) -m 0755 -s sftp $(DESTDIR)$(bindir)/sftp | 165 | @NO_SFTP@$$(INSTALL) -m 0755 -s sftp $(DESTDIR)$(bindir)/sftp |
166 | @NO_SFTP@$(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(libexecdir)/sftp-server | 166 | @NO_SFTP@$$(INSTALL) -m 0755 -s sftp-server $(DESTDIR)$(libexecdir)/sftp-server |
167 | $(INSTALL) -m 644 ssh.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1 | 167 | $(INSTALL) -m 644 ssh.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh.1 |
168 | $(INSTALL) -m 644 scp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1 | 168 | $(INSTALL) -m 644 scp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/scp.1 |
169 | $(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1 | 169 | $(INSTALL) -m 644 ssh-add.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-add.1 |
@@ -172,7 +172,7 @@ install-files: | |||
172 | $(INSTALL) -m 644 ssh-keyscan.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 | 172 | $(INSTALL) -m 644 ssh-keyscan.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/ssh-keyscan.1 |
173 | $(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 | 173 | $(INSTALL) -m 644 sshd.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sshd.8 |
174 | @NO_SFTP@$$(INSTALL) -m 644 sftp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 | 174 | @NO_SFTP@$$(INSTALL) -m 644 sftp.[01].out $(DESTDIR)$(mandir)/$(mansubdir)1/sftp.1 |
175 | @NO_SFTP@$(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 | 175 | @NO_SFTP@$$(INSTALL) -m 644 sftp-server.[08].out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 |
176 | -rm -f $(DESTDIR)$(bindir)/slogin | 176 | -rm -f $(DESTDIR)$(bindir)/slogin |
177 | ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin | 177 | ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin |
178 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 | 178 | -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 |