summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 15:30:18 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 15:30:18 +1000
commit24f2a42e53d084486e93e45d96c9d6178c583043 (patch)
tree825ec9591aeaabbc3d7dfdb9935ed50af157dbe2 /Makefile.in
parent62da44f0644f5d1cc7fa3b6b967482b5d2f15aa2 (diff)
- (djm) [Makefile.in]
Remove generated openbsd-compat/regress/Makefile in distclean target
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 10be20d3..fe510028 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.278 2006/04/23 02:15:08 djm Exp $
+# $Id: Makefile.in,v 1.279 2006/07/24 05:30:19 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -203,7 +203,8 @@ clean: regressclean
distclean: regressclean
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core opensshd.init
- rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds survey.sh *~
+ rm -f Makefile buildpkg.sh config.h config.status ssh_prng_cmds
+ rm -f survey.sh openbsd-compat/regress/Makefile *~
rm -rf autom4te.cache
(cd openbsd-compat && $(MAKE) distclean)
(cd scard && $(MAKE) distclean)