diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-24 17:20:28 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-02-24 17:20:28 +0000 |
commit | 76e72d4ab13ca1691813db4f77138416e9428383 (patch) | |
tree | fb2376eb2928a25ef00334a48a7e176137733ac3 /targets/Makefile.xtras | |
parent | b0db667602d22b05bdd81779d10007098131bfc9 (diff) | |
download | src-76e72d4ab13ca1691813db4f77138416e9428383.tar.gz src-76e72d4ab13ca1691813db4f77138416e9428383.zip |
DIRDEPS_BUILD: Allow destroy-(arch|host|stage) from top-level.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=295992
Diffstat (limited to 'targets/Makefile.xtras')
-rw-r--r-- | targets/Makefile.xtras | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/Makefile.xtras b/targets/Makefile.xtras index df68e99e9caa..7acf130dee1b 100644 --- a/targets/Makefile.xtras +++ b/targets/Makefile.xtras @@ -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} \) | \ |