summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2015-11-08 22:08:38 +0000
committerDamien Miller <djm@mindrot.org>2015-11-09 14:25:39 +1100
commit69fead5d7cdaa73bdece9fcba80f8e8e70b90346 (patch)
treee93c7d850e3e162aa4a605f1c66d24f5ea11878e /Makefile.in
parent2fecfd486bdba9f51b3a789277bb0733ca36e1c0 (diff)
upstream commit
remove slogin links; ok deraadt markus djm Upstream-ID: 39ba08548acde4c54f2d4520c202c2a863a3c730
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 1a432d24b..15cf69e1f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -327,10 +327,6 @@ install-files:
327 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 327 $(INSTALL) -m 644 sftp-server.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
328 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 328 $(INSTALL) -m 644 ssh-keysign.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
329 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 329 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
330 -rm -f $(DESTDIR)$(bindir)/slogin
331 ln -s ./ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
332 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
333 ln -s ./ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
334 330
335install-sysconf: 331install-sysconf:
336 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \ 332 if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
@@ -385,7 +381,6 @@ uninstallall: uninstall
385 -rmdir $(DESTDIR)$(libexecdir) 381 -rmdir $(DESTDIR)$(libexecdir)
386 382
387uninstall: 383uninstall:
388 -rm -f $(DESTDIR)$(bindir)/slogin
389 -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT) 384 -rm -f $(DESTDIR)$(bindir)/ssh$(EXEEXT)
390 -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT) 385 -rm -f $(DESTDIR)$(bindir)/scp$(EXEEXT)
391 -rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT) 386 -rm -f $(DESTDIR)$(bindir)/ssh-add$(EXEEXT)
@@ -408,7 +403,6 @@ uninstall:
408 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8 403 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/sftp-server.8
409 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 404 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
410 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8 405 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper.8
411 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
412 406
413regress-prep: 407regress-prep:
414 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress 408 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress