- (bal) [Makefile.in] Remove opensshd.init on 'make distclean'
diff --git a/Makefile.in b/Makefile.in
index 3e1bbca..95b4311 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 @@
 
 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)