Deleted Added
full compact
bsd.incs.mk (288964) bsd.incs.mk (289278)
1# $FreeBSD: head/share/mk/bsd.incs.mk 288964 2015-10-07 00:24:27Z sjg $
1# $FreeBSD: head/share/mk/bsd.incs.mk 289278 2015-10-14 00:43:29Z bdrewery $
2
3.if !target(__<bsd.init.mk>__)
4.error bsd.incs.mk cannot be included directly.
5.endif
6
7.if ${MK_INCLUDES} != "no"
8
9INCSGROUPS?= INCS

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

94STAGE_TARGETS+= stage_includes
95.if !empty(INCSLINKS)
96STAGE_TARGETS+= stage_symlinks
97STAGE_SYMLINKS.INCS= ${INCSLINKS}
98.endif
99.endif
100.endif
101
2
3.if !target(__<bsd.init.mk>__)
4.error bsd.incs.mk cannot be included directly.
5.endif
6
7.if ${MK_INCLUDES} != "no"
8
9INCSGROUPS?= INCS

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

94STAGE_TARGETS+= stage_includes
95.if !empty(INCSLINKS)
96STAGE_TARGETS+= stage_symlinks
97STAGE_SYMLINKS.INCS= ${INCSLINKS}
98.endif
99.endif
100.endif
101
102.endif # ${MK_TOOLCHAIN} != "no"
102.endif # ${MK_INCLUDES} != "no"