Deleted Added
full compact
bsd.own.mk (255597) bsd.own.mk (255722)
1# $FreeBSD: head/share/mk/bsd.own.mk 255597 2013-09-15 14:51:23Z des $
1# $FreeBSD: head/share/mk/bsd.own.mk 255722 2013-09-20 01:52:02Z emaste $
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]

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

376 CLANG_EXTRAS \
377 CTF \
378 DEBUG_FILES \
379 GPL_DTC \
380 HESIOD \
381 LIBICONV_COMPAT \
382 INSTALL_AS_USER \
383 LDNS_UTILS \
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]

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

376 CLANG_EXTRAS \
377 CTF \
378 DEBUG_FILES \
379 GPL_DTC \
380 HESIOD \
381 LIBICONV_COMPAT \
382 INSTALL_AS_USER \
383 LDNS_UTILS \
384 LLDB \
384 NMTREE \
385 NAND \
386 OFED \
387 OPENSSH_NONE_CIPHER \
388 PKGTOOLS \
389 SHARED_TOOLCHAIN \
390 SVN \
391 USB_GADGET_EXAMPLES

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

585.endif
586
587.if ${MK_CLANG} == "no"
588MK_CLANG_EXTRAS:= no
589MK_CLANG_FULL:= no
590MK_CLANG_IS_CC:= no
591.endif
592
385 NMTREE \
386 NAND \
387 OFED \
388 OPENSSH_NONE_CIPHER \
389 PKGTOOLS \
390 SHARED_TOOLCHAIN \
391 SVN \
392 USB_GADGET_EXAMPLES

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

586.endif
587
588.if ${MK_CLANG} == "no"
589MK_CLANG_EXTRAS:= no
590MK_CLANG_FULL:= no
591MK_CLANG_IS_CC:= no
592.endif
593
594.if ${MK_CLANG_IS_CC} == "no"
595MK_LLDB:= no
596.endif
597
593#
594# Set defaults for the MK_*_SUPPORT variables.
595#
596
597#
598# MK_*_SUPPORT options which default to "yes" unless their corresponding
599# MK_* variable is set to "no".
600#

--- 97 unchanged lines hidden ---
598#
599# Set defaults for the MK_*_SUPPORT variables.
600#
601
602#
603# MK_*_SUPPORT options which default to "yes" unless their corresponding
604# MK_* variable is set to "no".
605#

--- 97 unchanged lines hidden ---