DIRDEPS_BUILD: Allow destroy-(arch|host|stage) from top-level.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-24 17:20:28 +00:00
parent b0db667602
commit 76e72d4ab1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295992

View File

@ -29,6 +29,9 @@ no-default:
.if make(show-valid-targets)
OTHER_TARGETS = \
destroy \
destroy-arch \
destroy-host \
destroy-stage \
BUILD_TARGETS != cd ${_here} && \
find . \( -name Makefile.depend -o -name ${.MAKE.DEPENDFILE:T} \) | \