diff options
Diffstat (limited to 'contrib/bind9/make/rules.in')
-rw-r--r-- | contrib/bind9/make/rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bind9/make/rules.in b/contrib/bind9/make/rules.in index b952bdb..cd4cf4f 100644 --- a/contrib/bind9/make/rules.in +++ b/contrib/bind9/make/rules.in @@ -88,7 +88,7 @@ testdirs: install:: all install clean distclean maintainer-clean doc docclean man manclean:: - @for i in ${ALL_SUBDIRS}; do \ + @for i in ${ALL_SUBDIRS} ${ALL_TESTDIRS}; do \ if [ "$$i" != "nulldir" -a -d $$i ]; then \ echo "making $@ in `pwd`/$$i"; \ (cd $$i; ${MAKE} ${MAKEDEFS} DESTDIR="${DESTDIR}" $@) || exit 1; \ |