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

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

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

--- 343 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 = \

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

516.endif
517
518.if ${MK_ICONV} == "no"
519MK_LIBICONV_COMPAT:= no
520.endif
521
522.if ${MK_LDNS} == "no"
523MK_LDNS_UTILS:= no
362 USB \
363 UTMPX \
364 WIRELESS \
365 WPA_SUPPLICANT_EAPOL \
366 ZFS \
367 ZONEINFO
368
369__DEFAULT_NO_OPTIONS = \

--- 147 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
524.endif
525
526.if ${MK_LDNS_UTILS} != "no"
527MK_BIND_UTILS:= no
528.endif
529
530.if ${MK_BIND_MTREE} == "no"
531MK_BIND_ETC:= no

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

--- 164 unchanged lines hidden ---