summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-24 04:03:29 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-24 04:03:29 +0000
commit706949f11e5340cfa991452419cfb1db799e9b04 (patch)
tree998d9238b68a5ed4dc0650e75fa57b00fce403df /share/mk
parent5ca026f4b29a75fb0520d2f69db9710ab7d9e32c (diff)
downloadFreeBSD-src-706949f11e5340cfa991452419cfb1db799e9b04.zip
FreeBSD-src-706949f11e5340cfa991452419cfb1db799e9b04.tar.gz
Configs should not be under MK_INCLUDES control.
'buildconfig' is connected to 'all', but 'installconfig' is only called manually. There is not much need to conditionalize this file right now due to how it is hooked up and its impact on various build phases. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.confs.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/mk/bsd.confs.mk b/share/mk/bsd.confs.mk
index 36298d7..533ba71e 100644
--- a/share/mk/bsd.confs.mk
+++ b/share/mk/bsd.confs.mk
@@ -4,7 +4,6 @@
.error bsd.conf.mk cannot be included directly.
.endif
-.if ${MK_INCLUDES} != "no"
CONFGROUPS?= CONFS
.if !target(buildconfig)
@@ -83,5 +82,3 @@ _${group}INS: ${_${group}CONFS}
STAGE_TARGETS+= stage_config
.endif
.endif
-
-.endif # ${MK_INCLUDES} != "no"
OpenPOWER on IntegriCloud