summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-06-14 18:37:33 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-06-14 18:37:33 +0000
commit0df93b02744529ff0a907140504b9d8503d6b21f (patch)
tree3d5c03b9725fe8589a0408a9aa923f1853daa29b
parentbdc1fc8318b7c12ace3979bcfba25d68b370e3e1 (diff)
downloadFreeBSD-src-0df93b02744529ff0a907140504b9d8503d6b21f.zip
FreeBSD-src-0df93b02744529ff0a907140504b9d8503d6b21f.tar.gz
Fix makeman showing dependency of DIRDEPS_BUILD->META_MODE.
This broke in r301887 with the meta mode whitelist. 'make showconfig' still needs WITH_META_MODE support. Approved by: re (implicit) Sponsored by: EMC / Isilon Storage Division
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 517589a..1a1d885 100644
--- a/Makefile
+++ b/Makefile
@@ -151,8 +151,8 @@ TGTS+= ${BITGTS}
META_TGT_WHITELIST+= \
_* build32 buildfiles buildincludes buildkernel buildsoft \
buildworld everything kernel-toolchains kernels libraries \
- native-xtools tinderbox toolchain toolchains universe worlds \
- xdev xdev-build
+ native-xtools showconfig tinderbox toolchain toolchains universe \
+ worlds xdev xdev-build
.ORDER: buildworld installworld
.ORDER: buildworld distributeworld
OpenPOWER on IntegriCloud