Deleted Added
sdiff udiff text old ( 255597 ) new ( 255722 )
full compact
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 \
384 LLDB \
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
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 ---