Deleted Added
full compact
bsd.confs.mk (289114) bsd.confs.mk (289278)
1# $FreeBSD: head/share/mk/bsd.confs.mk 289114 2015-10-10 10:48:09Z bapt $
1# $FreeBSD: head/share/mk/bsd.confs.mk 289278 2015-10-14 00:43:29Z bdrewery $
2
3.if !target(__<bsd.init.mk>__)
4.error bsd.conf.mk cannot be included directly.
5.endif
6
7.if ${MK_INCLUDES} != "no"
8CONFGROUPS?= CONFS
9

--- 69 unchanged lines hidden (view full) ---

79.endif # !target(installconfig)
80
81.if ${MK_STAGING} != "no" && !defined(_SKIP_BUILD)
82.if !defined(NO_STAGE_CONFIG)
83STAGE_TARGETS+= stage_config
84.endif
85.endif
86
2
3.if !target(__<bsd.init.mk>__)
4.error bsd.conf.mk cannot be included directly.
5.endif
6
7.if ${MK_INCLUDES} != "no"
8CONFGROUPS?= CONFS
9

--- 69 unchanged lines hidden (view full) ---

79.endif # !target(installconfig)
80
81.if ${MK_STAGING} != "no" && !defined(_SKIP_BUILD)
82.if !defined(NO_STAGE_CONFIG)
83STAGE_TARGETS+= stage_config
84.endif
85.endif
86
87.endif # ${MK_TOOLCHAIN} != "no"
87.endif # ${MK_INCLUDES} != "no"