Deleted Added
full compact
bsd.own.mk (202440) bsd.own.mk (205702)
1# $FreeBSD: head/share/mk/bsd.own.mk 202440 2010-01-16 12:20:26Z antoine $
1# $FreeBSD: head/share/mk/bsd.own.mk 205702 2010-03-26 17:02:32Z delphij $
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]

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

402# MK_* options which default to "no".
403#
404.for var in \
405 BIND_IDN \
406 BIND_LARGE_FILE \
407 BIND_LIBS \
408 BIND_SIGCHASE \
409 BIND_XML \
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]

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

402# MK_* options which default to "no".
403#
404.for var in \
405 BIND_IDN \
406 BIND_LARGE_FILE \
407 BIND_LIBS \
408 BIND_SIGCHASE \
409 BIND_XML \
410 GNU_CPIO \
411 HESIOD \
412 IDEA
413.if defined(WITH_${var}) && defined(WITHOUT_${var})
414.error WITH_${var} and WITHOUT_${var} can't both be set.
415.endif
416.if defined(MK_${var})
417.error MK_${var} can't be set by a user.
418.endif

--- 128 unchanged lines hidden ---
410 HESIOD \
411 IDEA
412.if defined(WITH_${var}) && defined(WITHOUT_${var})
413.error WITH_${var} and WITHOUT_${var} can't both be set.
414.endif
415.if defined(MK_${var})
416.error MK_${var} can't be set by a user.
417.endif

--- 128 unchanged lines hidden ---