From ef8f8af86c3df4d769892baeca5d18a7a8599908 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Wed, 23 Jun 2004 03:21:54 +0000 Subject: - (bal) [Makefile.in] Remove opensshd.init on 'make distclean' --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 3e1bbcaa8..95b431105 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) -- cgit v1.2.3