Deleted Added
full compact
bsd.own.mk (219019) bsd.own.mk (219820)
1# $FreeBSD: head/share/mk/bsd.own.mk 219019 2011-02-25 00:04:39Z gabor $
1# $FreeBSD: head/share/mk/bsd.own.mk 219820 2011-03-21 09:58:24Z jeff $
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]

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

425 BIND_LIBS \
426 BIND_SIGCHASE \
427 BIND_XML \
428 BSD_GREP \
429 ${_clang_no} \
430 GPIO \
431 HESIOD \
432 ICONV \
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]

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

425 BIND_LIBS \
426 BIND_SIGCHASE \
427 BIND_XML \
428 BSD_GREP \
429 ${_clang_no} \
430 GPIO \
431 HESIOD \
432 ICONV \
433 IDEA
433 IDEA \
434 OFED
434.if defined(WITH_${var}) && defined(WITHOUT_${var})
435.error WITH_${var} and WITHOUT_${var} can't both be set.
436.endif
437.if defined(MK_${var})
438.error MK_${var} can't be set by a user.
439.endif
440.if defined(WITH_${var})
441MK_${var}:= yes

--- 128 unchanged lines hidden ---
435.if defined(WITH_${var}) && defined(WITHOUT_${var})
436.error WITH_${var} and WITHOUT_${var} can't both be set.
437.endif
438.if defined(MK_${var})
439.error MK_${var} can't be set by a user.
440.endif
441.if defined(WITH_${var})
442MK_${var}:= yes

--- 128 unchanged lines hidden ---