Deleted Added
sdiff udiff text old ( 255384 ) new ( 255597 )
full compact
1# $FreeBSD: head/share/mk/bsd.own.mk 255384 2013-09-08 09:40: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 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
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 ---