summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 44c7b568..2fde8a8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
20040623
+ - (bal) [Makefile.in] Remove opensshd.init on 'make distclean'
- (dtucker) [auth1.c] Ensure do_pam_account is called for Protocol 1
connections with empty passwords. Patch from davidwu at nbttech.com,
ok djm@
@@ -1387,4 +1388,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3437 2004/06/23 02:28:31 dtucker Exp $
+$Id: ChangeLog,v 1.3438 2004/06/23 03:21:54 mouring Exp $
diff --git a/Makefile.in b/Makefile.in
index 3e1bbcaa..95b43110 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.260 2004/06/20 17:37:33 tim Exp $
+# $Id: Makefile.in,v 1.261 2004/06/23 03:21:54 mouring Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -199,7 +199,7 @@ clean: regressclean
distclean: regressclean
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
- rm -f *.out core
+ rm -f *.out core opensshd.init
rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds *~
rm -rf autom4te.cache
(cd openbsd-compat && $(MAKE) distclean)