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
This commit is contained in:
Bryan Drewery 2015-10-24 04:03:29 +00:00
parent c8fc1264a5
commit de606f83e0

View File

@ -4,7 +4,6 @@
.error bsd.conf.mk cannot be included directly. .error bsd.conf.mk cannot be included directly.
.endif .endif
.if ${MK_INCLUDES} != "no"
CONFGROUPS?= CONFS CONFGROUPS?= CONFS
.if !target(buildconfig) .if !target(buildconfig)
@ -83,5 +82,3 @@ _${group}INS: ${_${group}CONFS}
STAGE_TARGETS+= stage_config STAGE_TARGETS+= stage_config
.endif .endif
.endif .endif
.endif # ${MK_INCLUDES} != "no"