summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2004-06-23 03:21:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2004-06-23 03:21:54 +0000
commitef8f8af86c3df4d769892baeca5d18a7a8599908 (patch)
tree6f06da06e081514b5800332e28c9807970ec8f35 /Makefile.in
parente5a604fdd4410e18bbb148e39c00551f6b4c3d73 (diff)
- (bal) [Makefile.in] Remove opensshd.init on 'make distclean'
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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
200distclean: regressclean 200distclean: 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)