diff options
author | Damien Miller <djm@mindrot.org> | 1999-10-29 11:49:20 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-10-29 11:49:20 +1000 |
commit | 07a826d85456d2194fb0030cde8e2b7cbb7d061b (patch) | |
tree | 990c7467ab356e94d503b568c017830f180f11ea /Makefile.in | |
parent | 070f7a1fd0efbb7bba1f096d58b0ad6938935afd (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.in | 2 |
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 | ||
78 | distclean: clean | 78 | distclean: 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 | ||
82 | mrproper: distclean | 82 | mrproper: distclean |