Deleted Added
sdiff udiff text old ( 255384 ) new ( 255597 )
full compact
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 \
361 UNBOUND \
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
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 ---