diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 3e1bbcaa8..95b431105 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.260 2004/06/20 17:37:33 tim Exp $ | 1 | # $Id: Makefile.in,v 1.261 2004/06/23 03:21:54 mouring Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -199,7 +199,7 @@ clean: regressclean | |||
199 | 199 | ||
200 | distclean: regressclean | 200 | distclean: regressclean |
201 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log | 201 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log |
202 | rm -f *.out core | 202 | rm -f *.out core opensshd.init |
203 | rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds *~ | 203 | rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds *~ |
204 | rm -rf autom4te.cache | 204 | rm -rf autom4te.cache |
205 | (cd openbsd-compat && $(MAKE) distclean) | 205 | (cd openbsd-compat && $(MAKE) distclean) |