bsd.own.mk (d466a5b069a40c37cec11dfd03fd46b30c4c9587) bsd.own.mk (8f8790cdf48a0190fca8ba4f55180136cd1ccca7)
1# $FreeBSD$
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#

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

353 SVNLITE \
354 SYMVER \
355 SYSCONS \
356 SYSINSTALL \
357 TCSH \
358 TELNET \
359 TEXTPROC \
360 TOOLCHAIN \
1# $FreeBSD$
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#

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

353 SVNLITE \
354 SYMVER \
355 SYSCONS \
356 SYSINSTALL \
357 TCSH \
358 TELNET \
359 TEXTPROC \
360 TOOLCHAIN \
361 UNBOUND \
361 USB \
362 UTMPX \
363 WIRELESS \
364 WPA_SUPPLICANT_EAPOL \
365 ZFS \
366 ZONEINFO
367
368__DEFAULT_NO_OPTIONS = \
362 USB \
363 UTMPX \
364 WIRELESS \
365 WPA_SUPPLICANT_EAPOL \
366 ZFS \
367 ZONEINFO
368
369__DEFAULT_NO_OPTIONS = \
369 AUTO_OBJ \
370 BIND_IDN \
371 BIND_LARGE_FILE \
372 BIND_LIBS \
373 BIND_SIGCHASE \
374 BIND_XML \
375 BSD_GREP \
370 BIND_IDN \
371 BIND_LARGE_FILE \
372 BIND_LIBS \
373 BIND_SIGCHASE \
374 BIND_XML \
375 BSD_GREP \
376 BSD_PATCH \
377 CLANG_EXTRAS \
378 CTF \
379 DEBUG_FILES \
380 GPL_DTC \
381 HESIOD \
382 LIBICONV_COMPAT \
383 INSTALL_AS_USER \
384 LDNS_UTILS \
376 CLANG_EXTRAS \
377 CTF \
378 DEBUG_FILES \
379 GPL_DTC \
380 HESIOD \
381 LIBICONV_COMPAT \
382 INSTALL_AS_USER \
383 LDNS_UTILS \
385 META_MODE \
386 NAND \
387 NMTREE \
384 NMTREE \
385 NAND \
388 OFED \
389 OPENSSH_NONE_CIPHER \
390 PKGTOOLS \
391 SHARED_TOOLCHAIN \
386 OFED \
387 OPENSSH_NONE_CIPHER \
388 PKGTOOLS \
389 SHARED_TOOLCHAIN \
392 STAGING \
393 STAGING_PROG \
394 SVN \
395 USB_GADGET_EXAMPLES
396
397#
398# Default behaviour of some options depends on the architecture. Unfortunately
399# this means that we have to test TARGET_ARCH (the buildworld case) as well
400# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
401# used at all in bsd.*.mk, but we have to make an exception here if we want

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

521.endif
522
523.if ${MK_ICONV} == "no"
524MK_LIBICONV_COMPAT:= no
525.endif
526
527.if ${MK_LDNS} == "no"
528MK_LDNS_UTILS:= no
390 SVN \
391 USB_GADGET_EXAMPLES
392
393#
394# Default behaviour of some options depends on the architecture. Unfortunately
395# this means that we have to test TARGET_ARCH (the buildworld case) as well
396# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
397# used at all in bsd.*.mk, but we have to make an exception here if we want

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

517.endif
518
519.if ${MK_ICONV} == "no"
520MK_LIBICONV_COMPAT:= no
521.endif
522
523.if ${MK_LDNS} == "no"
524MK_LDNS_UTILS:= no
525MK_UNBOUND:= no
529.endif
530
531.if ${MK_LDNS_UTILS} != "no"
532MK_BIND_UTILS:= no
533.endif
534
535.if ${MK_BIND_MTREE} == "no"
536MK_BIND_ETC:= no

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

588.endif
589
590.if ${MK_CLANG} == "no"
591MK_CLANG_EXTRAS:= no
592MK_CLANG_FULL:= no
593MK_CLANG_IS_CC:= no
594.endif
595
526.endif
527
528.if ${MK_LDNS_UTILS} != "no"
529MK_BIND_UTILS:= no
530.endif
531
532.if ${MK_BIND_MTREE} == "no"
533MK_BIND_ETC:= no

--- 51 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
596.if !defined(.PARSEDIR)
597MK_AUTO_OBJ:= no
598MK_META_MODE:= no
599.endif
600
601.if ${MK_META_MODE} == "no"
602MK_STAGING:= no
603MK_STAGING_PROG:= no
604.endif
605
606#
607# Set defaults for the MK_*_SUPPORT variables.
608#
609
610#
611# MK_*_SUPPORT options which default to "yes" unless their corresponding
612# MK_* variable is set to "no".
613#

--- 97 unchanged lines hidden ---
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 ---