Deleted Added
full compact
bsd.opts.mk (253396) bsd.opts.mk (253546)
1# $FreeBSD: head/share/mk/bsd.own.mk 253396 2013-07-16 19:15:19Z andrew $
1# $FreeBSD: head/share/mk/bsd.own.mk 253546 2013-07-22 14:23:46Z glebius $
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]

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

380 ICONV \
381 INSTALL_AS_USER \
382 LDNS_UTILS \
383 NMTREE \
384 NAND \
385 OFED \
386 OPENSSH_NONE_CIPHER \
387 SHARED_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]

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

380 ICONV \
381 INSTALL_AS_USER \
382 LDNS_UTILS \
383 NMTREE \
384 NAND \
385 OFED \
386 OPENSSH_NONE_CIPHER \
387 SHARED_TOOLCHAIN \
388 SVN
388 SVN \
389 USB_GADGET_EXAMPLES
389
390#
391# Default behaviour of some options depends on the architecture. Unfortunately
392# this means that we have to test TARGET_ARCH (the buildworld case) as well
393# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
394# used at all in bsd.*.mk, but we have to make an exception here if we want
395# to allow defaults for some things like clang and fdt to vary by target
396# architecture.

--- 263 unchanged lines hidden ---
390
391#
392# Default behaviour of some options depends on the architecture. Unfortunately
393# this means that we have to test TARGET_ARCH (the buildworld case) as well
394# as MACHINE_ARCH (the non-buildworld case). Normally TARGET_ARCH is not
395# used at all in bsd.*.mk, but we have to make an exception here if we want
396# to allow defaults for some things like clang and fdt to vary by target
397# architecture.

--- 263 unchanged lines hidden ---