Unbreak make -f Makefile.in distprep

This commit is contained in:
Tim Rice 2002-05-09 07:05:59 -07:00
parent ffc868ff83
commit a7a5d6d1b5
2 changed files with 8 additions and 6 deletions

View File

@ -1,10 +1,11 @@
20020508
- (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
20020509
- (tim) [Makefile.in] Unbreak make -f Makefile.in distprep
20020507
20020508
- (tim) [openbsd-compat/bsd-arc4random.c] fix logic on when seed_rng() is
called. Report by Chris Maxwell <maxwell@cs.dal.ca>
- (tim) [Makefile.in configure.ac] set SHELL variable in Makefile
- (djm) Disable PAM kbd-int auth if privsep is turned on (it doesn't work)
20020507
- (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
@ -547,4 +548,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2099 2002/05/09 05:59:13 djm Exp $
$Id: ChangeLog,v 1.2100 2002/05/09 14:05:59 tim Exp $

View File

@ -1,6 +1,7 @@
# $Id: Makefile.in,v 1.205 2002/05/08 23:04:14 tim Exp $
# $Id: Makefile.in,v 1.206 2002/05/09 14:05:59 tim Exp $
SHELL = @SH@
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
prefix=@prefix@
exec_prefix=@exec_prefix@