summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-12 12:04:04 +1000
committerDamien Miller <djm@mindrot.org>2001-10-12 12:04:04 +1000
commit5f01280c797b9cf2cbedd828fea458caf45c1265 (patch)
tree3ab5aad47932c07f77adc4bd3d4d6eab9768fc69
parent164a7f42f9f5c14c0d60f5d385d535f1a2fd5537 (diff)
- (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 80529010..23548364 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
- markus@cvs.openbsd.org 2001/10/11 15:24:00
[clientloop.c]
clear select masks if we return before calling select().
+ - (djm) "make veryclean" fix from Tom Holroyd <tomh@po.crl.go.jp>
20011010
- (djm) OpenBSD CVS Sync
@@ -6713,4 +6714,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1603 2001/10/12 01:36:09 djm Exp $
+$Id: ChangeLog,v 1.1604 2001/10/12 02:04:04 djm Exp $
diff --git a/Makefile.in b/Makefile.in
index 17565d83..ee677478 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.186 2001/09/18 05:06:22 djm Exp $
+# $Id: Makefile.in,v 1.187 2001/10/12 02:04:05 djm Exp $
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -158,6 +158,7 @@ veryclean:
rm -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
(cd openbsd-compat; $(MAKE) distclean)
+ (cd scard; $(MAKE) distclean)
mrproper: distclean