Deleted Added
full compact
bsd.own.mk (208559) bsd.own.mk (208964)
1# $FreeBSD: head/share/mk/bsd.own.mk 208559 2010-05-26 09:23:51Z raj $
1# $FreeBSD: head/share/mk/bsd.own.mk 208964 2010-06-09 19:57:20Z rdivacky $
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]

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

283# XXX this is temporarily disabled until all FDT support code is in place.
284#_fdt= FDT
285_no_fdt= FDT
286.else
287_no_fdt= FDT
288.endif
289
290#
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]

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

283# XXX this is temporarily disabled until all FDT support code is in place.
284#_fdt= FDT
285_no_fdt= FDT
286.else
287_no_fdt= FDT
288.endif
289
290#
291# Default behaviour of MK_CLANG depends on the architecture.
292#
293.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || \
294 ${MACHINE_ARCH} == "powerpc"
295_clang_yes=CLANG
296_clang_no=
297.else
298_clang_yes=
299_clang_no=CLANG
300.endif
301
302#
291# MK_* options which default to "yes".
292#
293.for var in \
294 ACCT \
295 ACPI \
296 AMD \
297 APM \
298 ASSERT_DEBUG \

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

309 BIND_UTILS \
310 BLUETOOTH \
311 BOOT \
312 BSD_CPIO \
313 BSNMP \
314 BZIP2 \
315 CALENDAR \
316 CDDL \
303# MK_* options which default to "yes".
304#
305.for var in \
306 ACCT \
307 ACPI \
308 AMD \
309 APM \
310 ASSERT_DEBUG \

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

321 BIND_UTILS \
322 BLUETOOTH \
323 BOOT \
324 BSD_CPIO \
325 BSNMP \
326 BZIP2 \
327 CALENDAR \
328 CDDL \
329 ${_clang_yes} \
317 CPP \
318 CRYPT \
319 CTM \
320 CVS \
321 CXX \
322 DICT \
323 DYNAMICROOT \
324 EXAMPLES \

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

412# MK_* options which default to "no".
413#
414.for var in \
415 BIND_IDN \
416 BIND_LARGE_FILE \
417 BIND_LIBS \
418 BIND_SIGCHASE \
419 BIND_XML \
330 CPP \
331 CRYPT \
332 CTM \
333 CVS \
334 CXX \
335 DICT \
336 DYNAMICROOT \
337 EXAMPLES \

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

425# MK_* options which default to "no".
426#
427.for var in \
428 BIND_IDN \
429 BIND_LARGE_FILE \
430 BIND_LIBS \
431 BIND_SIGCHASE \
432 BIND_XML \
433 ${_clang_no} \
420 ${_no_fdt} \
421 HESIOD \
422 IDEA
423.if defined(WITH_${var}) && defined(WITHOUT_${var})
424.error WITH_${var} and WITHOUT_${var} can't both be set.
425.endif
426.if defined(MK_${var})
427.error MK_${var} can't be set by a user.

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

492MK_AUTHPF:= no
493.endif
494
495.if ${MK_TEXTPROC} == "no"
496MK_GROFF:= no
497.endif
498
499.if ${MK_TOOLCHAIN} == "no"
434 ${_no_fdt} \
435 HESIOD \
436 IDEA
437.if defined(WITH_${var}) && defined(WITHOUT_${var})
438.error WITH_${var} and WITHOUT_${var} can't both be set.
439.endif
440.if defined(MK_${var})
441.error MK_${var} can't be set by a user.

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

506MK_AUTHPF:= no
507.endif
508
509.if ${MK_TEXTPROC} == "no"
510MK_GROFF:= no
511.endif
512
513.if ${MK_TOOLCHAIN} == "no"
514MK_CLANG:= no
500MK_GDB:= no
501.endif
502
503#
504# Set defaults for the MK_*_SUPPORT variables.
505#
506
507#

--- 50 unchanged lines hidden ---
515MK_GDB:= no
516.endif
517
518#
519# Set defaults for the MK_*_SUPPORT variables.
520#
521
522#

--- 50 unchanged lines hidden ---