Deleted Added
full compact
bsd.own.mk (250121) bsd.own.mk (252048)
1# $FreeBSD: stable/9/share/mk/bsd.own.mk 250121 2013-04-30 22:13:55Z brooks $
1# $FreeBSD: stable/9/share/mk/bsd.own.mk 252048 2013-06-20 22:50:08Z sjg $
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

647MK_${vv:H}:= no
648.else
649MK_${vv:H}:= ${MK_${vv:T}}
650.endif
651.endfor
652
653.if ${MK_CTF} != "no"
654CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
2#
3# The include file <bsd.own.mk> set common variables for owner,
4# group, mode, and directories. Defaults are in brackets.
5#
6#
7# +++ variables +++
8#
9# DESTDIR Change the tree where the file gets installed. [not set]

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

647MK_${vv:H}:= no
648.else
649MK_${vv:H}:= ${MK_${vv:T}}
650.endif
651.endfor
652
653.if ${MK_CTF} != "no"
654CTFCONVERT_CMD= ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
655.elif ${MAKE_VERSION} >= 9201210220
655.elif defined(.PARSEDIR) || ${MAKE_VERSION} >= 9201210220
656CTFCONVERT_CMD=
657.else
658CTFCONVERT_CMD= @:
659.endif
660
661.endif # !_WITHOUT_SRCCONF
662
663.endif # !target(__<bsd.own.mk>__)
656CTFCONVERT_CMD=
657.else
658CTFCONVERT_CMD= @:
659.endif
660
661.endif # !_WITHOUT_SRCCONF
662
663.endif # !target(__<bsd.own.mk>__)