Deleted Added
full compact
bsd.own.mk (272152) bsd.own.mk (272322)
1# $FreeBSD: stable/10/share/mk/bsd.own.mk 272152 2014-09-26 03:03:58Z gjb $
1# $FreeBSD: stable/10/share/mk/bsd.own.mk 272322 2014-09-30 17:54:57Z delphij $
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]

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

433.endif
434.endif
435# FDT is needed only for arm, mips and powerpc
436.if ${__T:Marm*} || ${__T:Mpowerpc*} || ${__T:Mmips*}
437__DEFAULT_YES_OPTIONS+=FDT
438.else
439__DEFAULT_NO_OPTIONS+=FDT
440.endif
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]

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

433.endif
434.endif
435# FDT is needed only for arm, mips and powerpc
436.if ${__T:Marm*} || ${__T:Mpowerpc*} || ${__T:Mmips*}
437__DEFAULT_YES_OPTIONS+=FDT
438.else
439__DEFAULT_NO_OPTIONS+=FDT
440.endif
441# HyperV is only available for x86 and amd64.
442.if ${__T} == "amd64" || ${__T} == "i386"
443__DEFAULT_YES_OPTIONS+=HYPERV
444.else
445__DEFAULT_NO_OPTIONS+=HYPERV
446.endif
441.undef __T
442
443#
444# MK_* options which default to "yes".
445#
446.for var in ${__DEFAULT_YES_OPTIONS}
447.if defined(WITH_${var}) && defined(WITHOUT_${var})
448.error WITH_${var} and WITHOUT_${var} can't both be set.

--- 226 unchanged lines hidden ---
447.undef __T
448
449#
450# MK_* options which default to "yes".
451#
452.for var in ${__DEFAULT_YES_OPTIONS}
453.if defined(WITH_${var}) && defined(WITHOUT_${var})
454.error WITH_${var} and WITHOUT_${var} can't both be set.

--- 226 unchanged lines hidden ---