Deleted Added
sdiff udiff text old ( 209126 ) new ( 210389 )
full compact
1# $FreeBSD: head/share/mk/bsd.own.mk 209126 2010-06-13 12:53:44Z raj $
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 \
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 ---