summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-09 10:16:54 +1100
committerDamien Miller <djm@mindrot.org>1999-12-09 10:16:54 +1100
commitbf1c9b2012fadab02392126bece5d21e9ddffda6 (patch)
tree371e5f27669fa28773e2b2bb008a81a03715cf2e /Makefile.in
parentfce1648681a20b99f569d4bfd9335bc4a956b119 (diff)
- Import of patch from Ben Taylor <bent@clark.net>:
- Improved PAM support - "uninstall" rule for Makefile - utmpx support - Should fix PAM problems on Solaris
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 80b0a6d4..232f8e02 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -103,6 +103,36 @@ install: all
$(INSTALL) -m644 sshd_config $(sysconfdir)/sshd_config; \
fi
+uninstallall: uninstall
+ -rm -f $(sysconfdir)/ssh_config
+ -rm -f $(sysconfdir)/sshd_config
+ -rmdir $(sysconfdir)
+ -rmdir $(bindir)
+ -rmdir $(sbindir)
+ -rmdir $(mandir)/man1
+ -rmdir $(mandir)/man8
+ -rmdir $(mandir)
+ -rmdir $(libexecdir)
+
+uninstall:
+ -rm -f $(bindir)/ssh
+ -rm -f $(bindir)/scp
+ -rm -f $(bindir)/ssh-add
+ -rm -f $(bindir)/ssh-agent
+ -rm -f $(bindir)/ssh-keygen
+ -rm -f $(sbindir)/sshd
+ -rm -f $(mandir)/man1/ssh.1
+ -rm -f $(mandir)/man1/scp.1
+ -rm -f $(mandir)/man1/ssh-add.1
+ -rm -f $(mandir)/man1/ssh-agent.1
+ -rm -f $(mandir)/man1/ssh-keygen.1
+ -rm -f $(mandir)/man8/sshd.8
+ -rm -f $(bindir)/slogin
+ -rm -f $(mandir)/man1/slogin.1
+ -rm -f $(mandir)/man1/slogin.1
+ -rm -f ${ASKPASS_PROGRAM}
+ -rmdir $(libexecdir)/ssh ;
+
distclean: clean
rm -f Makefile config.h core *~