summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index fcbc522f2..7d43562d9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,7 +77,7 @@ SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
77 sshconnect.o sshconnect1.o sshconnect2.o 77 sshconnect.o sshconnect1.o sshconnect2.o
78 78
79SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \ 79SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o \
80 sshpty.o sshlogin.o servconf.o serverloop.o \ 80 sshpty.o sshlogin.o servconf.o serverloop.o selinux.o \
81 auth.o auth1.o auth2.o auth-options.o session.o \ 81 auth.o auth1.o auth2.o auth-options.o session.o \
82 auth-chall.o auth2-chall.o groupaccess.o \ 82 auth-chall.o auth2-chall.o groupaccess.o \
83 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \ 83 auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o \
@@ -279,9 +279,9 @@ install-files: scard-install
279 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 279 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
280 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 280 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
281 -rm -f $(DESTDIR)$(bindir)/slogin 281 -rm -f $(DESTDIR)$(bindir)/slogin
282 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin 282 ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
283 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 283 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
284 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 284 ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
285 285
286install-sysconf: 286install-sysconf:
287 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ 287 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \