Deleted Added
full compact
bsd.own.mk (227775) bsd.own.mk (227983)
1# $FreeBSD: head/share/mk/bsd.own.mk 227775 2011-11-21 00:49:46Z nwhitehorn $
1# $FreeBSD: head/share/mk/bsd.own.mk 227983 2011-11-25 20:59:04Z theraven $
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]

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

548
549.if ${MK_TOOLCHAIN} == "no"
550MK_BINUTILS:= no
551MK_CLANG:= no
552MK_GCC:= no
553MK_GDB:= no
554.endif
555
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]

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

548
549.if ${MK_TOOLCHAIN} == "no"
550MK_BINUTILS:= no
551MK_CLANG:= no
552MK_GCC:= no
553MK_GDB:= no
554.endif
555
556MK_LIBCPLUSPLUS?= no
557
556#
557# Set defaults for the MK_*_SUPPORT variables.
558#
559
560#
561# MK_*_SUPPORT options which default to "yes" unless their corresponding
562# MK_* variable is set to "no".
563#

--- 48 unchanged lines hidden ---
558#
559# Set defaults for the MK_*_SUPPORT variables.
560#
561
562#
563# MK_*_SUPPORT options which default to "yes" unless their corresponding
564# MK_* variable is set to "no".
565#

--- 48 unchanged lines hidden ---