summaryrefslogtreecommitdiffstats
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 3e1bbcaa..95b43110 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)