Deleted Added
full compact
bsd.own.mk (257460) bsd.own.mk (258230)
1# $FreeBSD: stable/10/share/mk/bsd.own.mk 257460 2013-10-31 18:06:32Z brooks $
1# $FreeBSD: stable/10/share/mk/bsd.own.mk 258230 2013-11-16 18:40:44Z gjb $
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]

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

363
364__DEFAULT_NO_OPTIONS = \
365 BSD_GREP \
366 CLANG_EXTRAS \
367 CTF \
368 DEBUG_FILES \
369 GPL_DTC \
370 HESIOD \
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]

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

363
364__DEFAULT_NO_OPTIONS = \
365 BSD_GREP \
366 CLANG_EXTRAS \
367 CTF \
368 DEBUG_FILES \
369 GPL_DTC \
370 HESIOD \
371 LIBICONV_COMPAT \
372 INSTALL_AS_USER \
373 LLDB \
374 NAND \
375 OFED \
376 OPENSSH_NONE_CIPHER \
377 PKGTOOLS \
378 SHARED_TOOLCHAIN \
379 SVN \

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

486#
487# Force some options off if their dependencies are off.
488# Order is somewhat important.
489#
490.if ${MK_LIBPTHREAD} == "no"
491MK_LIBTHR:= no
492.endif
493
371 INSTALL_AS_USER \
372 LLDB \
373 NAND \
374 OFED \
375 OPENSSH_NONE_CIPHER \
376 PKGTOOLS \
377 SHARED_TOOLCHAIN \
378 SVN \

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

485#
486# Force some options off if their dependencies are off.
487# Order is somewhat important.
488#
489.if ${MK_LIBPTHREAD} == "no"
490MK_LIBTHR:= no
491.endif
492
494.if ${MK_ICONV} == "no"
495MK_LIBICONV_COMPAT:= no
496.endif
497
498.if ${MK_LDNS} == "no"
499MK_LDNS_UTILS:= no
500MK_UNBOUND:= no
501.endif
502
503.if ${MK_SOURCELESS} == "no"
504MK_SOURCELESS_HOST:= no
505MK_SOURCELESS_UCODE:= no

--- 162 unchanged lines hidden ---
493.if ${MK_LDNS} == "no"
494MK_LDNS_UTILS:= no
495MK_UNBOUND:= no
496.endif
497
498.if ${MK_SOURCELESS} == "no"
499MK_SOURCELESS_HOST:= no
500MK_SOURCELESS_UCODE:= no

--- 162 unchanged lines hidden ---