summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 10be20d3f..fe510028f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.278 2006/04/23 02:15:08 djm Exp $ 1# $Id: Makefile.in,v 1.279 2006/07/24 05:30:19 djm 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@
@@ -203,7 +203,8 @@ clean: regressclean
203distclean: regressclean 203distclean: regressclean
204 rm -f *.o *.a $(TARGETS) logintest config.cache config.log 204 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
205 rm -f *.out core opensshd.init 205 rm -f *.out core opensshd.init
206 rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh *~ 206 rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds
207 rm -f survey.sh openbsd-compat/regress/Makefile *~
207 rm -rf autom4te.cache 208 rm -rf autom4te.cache
208 (cd openbsd-compat && $(MAKE) distclean) 209 (cd openbsd-compat && $(MAKE) distclean)
209 (cd scard && $(MAKE) distclean) 210 (cd scard && $(MAKE) distclean)