Deleted Added
full compact
bsd.own.mk (209126) bsd.own.mk (210389)
1# $FreeBSD: head/share/mk/bsd.own.mk 209126 2010-06-13 12:53:44Z raj $
1# $FreeBSD: head/share/mk/bsd.own.mk 210389 2010-07-22 19:11:57Z gabor $
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]

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

329 FLOPPY \
330 FORTH \
331 FP_LIBC \
332 FREEBSD_UPDATE \
333 GAMES \
334 GCOV \
335 GDB \
336 GNU \
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]

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

329 FLOPPY \
330 FORTH \
331 FP_LIBC \
332 FREEBSD_UPDATE \
333 GAMES \
334 GCOV \
335 GDB \
336 GNU \
337 GNU_GREP \
338 GPIB \
339 GROFF \
340 HTML \
341 INET6 \
342 INFO \
343 INSTALLLIB \
344 IPFILTER \
345 IPFW \

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

417.for var in \
418 BIND_IDN \
419 BIND_LARGE_FILE \
420 BIND_LIBS \
421 BIND_SIGCHASE \
422 BIND_XML \
423 ${_clang_no} \
424 FDT \
337 GPIB \
338 GROFF \
339 HTML \
340 INET6 \
341 INFO \
342 INSTALLLIB \
343 IPFILTER \
344 IPFW \

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

416.for var in \
417 BIND_IDN \
418 BIND_LARGE_FILE \
419 BIND_LIBS \
420 BIND_SIGCHASE \
421 BIND_XML \
422 ${_clang_no} \
423 FDT \
424 GNU_GREP \
425 HESIOD \
426 IDEA
427.if defined(WITH_${var}) && defined(WITHOUT_${var})
428.error WITH_${var} and WITHOUT_${var} can't both be set.
429.endif
430.if defined(MK_${var})
431.error MK_${var} can't be set by a user.
432.endif

--- 130 unchanged lines hidden ---
425 HESIOD \
426 IDEA
427.if defined(WITH_${var}) && defined(WITHOUT_${var})
428.error WITH_${var} and WITHOUT_${var} can't both be set.
429.endif
430.if defined(MK_${var})
431.error MK_${var} can't be set by a user.
432.endif

--- 130 unchanged lines hidden ---