Deleted Added
full compact
bsd.own.mk (255850) bsd.own.mk (255949)
1# $FreeBSD: head/share/mk/bsd.own.mk 255850 2013-09-24 14:33:31Z des $
1# $FreeBSD: head/share/mk/bsd.own.mk 255949 2013-09-30 17:23:45Z des $
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]

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

250 APM \
251 ARM_EABI \
252 ASSERT_DEBUG \
253 AT \
254 ATF \
255 ATM \
256 AUDIT \
257 AUTHPF \
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]

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

250 APM \
251 ARM_EABI \
252 ASSERT_DEBUG \
253 AT \
254 ATF \
255 ATM \
256 AUDIT \
257 AUTHPF \
258 BIND_DNSSEC \
259 BIND_ETC \
260 BIND_LIBS_LWRES \
261 BIND_MTREE \
262 BIND_NAMED \
263 BIND_UTILS \
264 BINUTILS \
265 BLUETOOTH \
266 BMAKE \
267 BOOT \
268 BSD_CPIO \
269 BSNMP \
270 BZIP2 \
271 CALENDAR \

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

362 USB \
363 UTMPX \
364 WIRELESS \
365 WPA_SUPPLICANT_EAPOL \
366 ZFS \
367 ZONEINFO
368
369__DEFAULT_NO_OPTIONS = \
258 BINUTILS \
259 BLUETOOTH \
260 BMAKE \
261 BOOT \
262 BSD_CPIO \
263 BSNMP \
264 BZIP2 \
265 CALENDAR \

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

356 USB \
357 UTMPX \
358 WIRELESS \
359 WPA_SUPPLICANT_EAPOL \
360 ZFS \
361 ZONEINFO
362
363__DEFAULT_NO_OPTIONS = \
370 BIND \
371 BIND_IDN \
372 BIND_LARGE_FILE \
373 BIND_LIBS \
374 BIND_SIGCHASE \
375 BIND_XML \
376 BSD_GREP \
377 CLANG_EXTRAS \
378 CTF \
379 DEBUG_FILES \
380 GPL_DTC \
381 HESIOD \
382 LIBICONV_COMPAT \
383 INSTALL_AS_USER \

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

498#
499# Force some options off if their dependencies are off.
500# Order is somewhat important.
501#
502.if ${MK_LIBPTHREAD} == "no"
503MK_LIBTHR:= no
504.endif
505
364 BSD_GREP \
365 CLANG_EXTRAS \
366 CTF \
367 DEBUG_FILES \
368 GPL_DTC \
369 HESIOD \
370 LIBICONV_COMPAT \
371 INSTALL_AS_USER \

--- 114 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
506.if ${MK_LIBTHR} == "no"
507MK_BIND:= no
508.endif
509
510.if ${MK_BIND} == "no"
511MK_BIND_DNSSEC:= no
512MK_BIND_ETC:= no
513MK_BIND_LIBS:= no
514MK_BIND_LIBS_LWRES:= no
515MK_BIND_MTREE:= no
516MK_BIND_NAMED:= no
517MK_BIND_UTILS:= no
518.endif
519
520.if ${MK_ICONV} == "no"
521MK_LIBICONV_COMPAT:= no
522.endif
523
524.if ${MK_LDNS} == "no"
525MK_LDNS_UTILS:= no
526MK_UNBOUND:= no
527.endif
528
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
529.if ${MK_LDNS_UTILS} != "no"
530MK_BIND_UTILS:= no
531.endif
532
533.if ${MK_BIND_MTREE} == "no"
534MK_BIND_ETC:= no
535.endif
536
537.if ${MK_SOURCELESS} == "no"
538MK_SOURCELESS_HOST:= no
539MK_SOURCELESS_UCODE:= no
540.endif
541
542.if ${MK_CDDL} == "no"
543MK_ZFS:= no
544MK_CTF:= no

--- 158 unchanged lines hidden ---
503.if ${MK_SOURCELESS} == "no"
504MK_SOURCELESS_HOST:= no
505MK_SOURCELESS_UCODE:= no
506.endif
507
508.if ${MK_CDDL} == "no"
509MK_ZFS:= no
510MK_CTF:= no

--- 158 unchanged lines hidden ---