summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-10-29 11:49:20 +1000
committerDamien Miller <djm@mindrot.org>1999-10-29 11:49:20 +1000
commit07a826d85456d2194fb0030cde8e2b7cbb7d061b (patch)
tree990c7467ab356e94d503b568c017830f180f11ea /Makefile.in
parent070f7a1fd0efbb7bba1f096d58b0ad6938935afd (diff)
- Make distclean now removed configure script
- Improved PAM logging - Added some debug() calls for PAM
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 436bc2ea1..d1aec1330 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -76,7 +76,7 @@ install:
76 install -m644 -c sshd.8 $(mandir)/man8/sshd.8 76 install -m644 -c sshd.8 $(mandir)/man8/sshd.8
77 77
78distclean: clean 78distclean: clean
79 rm -f Makefile config.h *~ 79 rm -f Makefile config.h core configure *~
80 rm -rf bin 80 rm -rf bin
81 81
82mrproper: distclean 82mrproper: distclean