]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Configs should not be under MK_INCLUDES control.
authorbdrewery <bdrewery@FreeBSD.org>
Sat, 24 Oct 2015 04:03:29 +0000 (04:03 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Sat, 24 Oct 2015 04:03:29 +0000 (04:03 +0000)
'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

share/mk/bsd.confs.mk

index 36298d7da02f98696b0e0fa360ae8fdeecef4ade..533ba71e5f54e10dbea31ed7ee79789e73fbb65a 100644 (file)
@@ -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"