- (bal) [Makefile.in] Remove opensshd.init on 'make distclean'

This commit is contained in:
Ben Lindstrom 2004-06-23 03:21:54 +00:00
parent e5a604fdd4
commit ef8f8af86c
2 changed files with 4 additions and 3 deletions

View File

@ -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 $

View File

@ -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)