diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-05 12:53:50 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-05 12:53:50 +0000 |
| commit | a503af91a8a93bdaeb15b5467c2d98018eb719c5 (patch) | |
| tree | dfe0c09893b34b160ac11d74d2862e8f52ed43fe /make | |
| parent | 8d876c495fa11d5aa72e8340d4b6efa1e911030b (diff) | |
Notes
Diffstat (limited to 'make')
| -rw-r--r-- | make/rules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/rules.in b/make/rules.in index b952bdb9b007..cd4cf4f79e5e 100644 --- a/make/rules.in +++ b/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; \ |
